t3x.org / t3x / t3x-manual / 361.html
 
T3X - A Minimum Procedural Language
Version 8.1.5, Online Edition
Copyright(C) 1996-2004
Nils M Holm
 
Previous:
3.6 STRING -- String Functions
TOC | Index | Back Next:
3.6.2 COMP

3.6.1 STRING Class Usage

OBJECT STR[STRING];

The STRING class contains procedures for manipulating NUL-terminated sequences of ASCII characters.

The STRING class does not contain any data and it does not require any explicit initialization or shutdown.

Previous:
3.6 STRING -- String Functions
TOC | Index | Back Next:
3.6.2 COMP