t3x.org / t3x / t3x-manual / 33E.html
 
T3X - A Minimum Procedural Language
Version 8.1.5, Online Edition
Copyright(C) 1996-2004
Nils M Holm
 
Previous:
3.3.13 VALUE
TOC | Index | Back Next:
3.4 IOSTREAM -- I/O-Streams

3.3.14 XDIGIT

CHR.XDIGIT(c) ! Char => Num

Return TRUE, if 'c' is a hexa-decimal digit (in the range '0'...'9' or 'A'...'F' or 'a'...'f'). Otherwise return FALSE.

Previous:
3.3.13 VALUE
TOC | Index | Back Next:
3.4 IOSTREAM -- I/O-Streams