t3x.org / t3x / t3x-manual / 331.html
 
T3X - A Minimum Procedural Language
Version 8.1.5, Online Edition
Copyright(C) 1996-2004
Nils M Holm
 
Previous:
3.3 CHAR -- Character Functions
TOC | Index | Back Next:
3.3.2 ALPHA

3.3.1 CHAR Class Usage

OBJECT CHR[CHAR];

The CHAR class contains functions for determining character types and converting characters. They all operate on ASCII values.

The CHAR class does not contain any variables. Therefore, it is sufficient to create a single instance per module.

In this section TRUE desnotes the value -1 and FALSE denotes 0.

Previous:
3.3 CHAR -- Character Functions
TOC | Index | Back Next:
3.3.2 ALPHA