Viva Clipper !

IsOctal()

Advertisements

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

Seealso

IsBin(), IsDec(), IsHexa()

Advertisements

Advertisements