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