Contents | Index | < Browse | Browse >
usage: DATATYPE(string,[option])
-without option specified tests whether the string parameter is a valid number and returns either NUM or CHAR
-with option specified returns boolean result
-option keywords (may be abbreviated to 1st character):
KEYWORD: CHARACTERS ACCEPTED:
----------------------------------
Alphanumeric Alphabetics (A-Z,a-z) or Numeric (0-9)
Binary Binary Digits String
Lowercase Lowercase Alphabetics (a-z)
Mixed Mixed Upper/Lowercase
Numeric Valid Numbers
Symbol Valid REXX Symbols
Upper Uppercase Alphabetics (A-Z)
Whole Integer Numbers
X Hex digits string