<< Click to Display Table of Contents >> Navigation: Explain™ Control Language > Library Routines > Miscellaneous functions > IsPunct() |
Determine whether an ASCII number refers to a punctuation character.
Returns TRUE for any printable character that is not a space character or an alphanumeric character.
REGULAR FUNCTION
Result = IsPunct(AsciiNumb)
AsciiNumb |
INDEX |
ASCII number of the character. |
Result |
BOOL |
•TRUE = Character is punctuation. •FALSE = Character is not punctuation. |