IsData validates a number as being ASCII Text.
──────────────────────────────────────────────────────────────────────────────
Syntax
GT_IsData(<nKey>) -> lData
Arguments:
<nKey> is the ASCII value to test.
Returns:
lData
Description:
IsData validates a number as being ASCII Text.
Examples:
// Trim out control chars
IF .NOT. GT_IsData(nKey)
? 'Error'
ENDIF
Source: GT_ISDAT.PRG
Author: Martin Bryant