ISBIN()
Check if the value is a Binary Number
- Syntax
-
- ISBIN(<cN>) -><cNr>
- Arguments
-
- <cN> STRING TO BE CHECKED
- Returns
-
- <cNr> .T. IF THE STRING IS BYNARY,otherwise .F.
- Description
-
- check if the passed string is a bynary number or not
- Files
-
- Library is libmisc
- See Also