Difference between revisions of "ISDIGIT()"

From Lianjapedia
Jump to: navigation, search
m (1 revision)
m (Text replace - "Recital" to "Lianja")
Line 25: Line 25:
  
 
==Products==
 
==Products==
Recital, Recital Server
+
Lianja, Lianja Server
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]

Revision as of 13:37, 7 December 2012

Purpose

Function to check to see if the first character in a given character expression is a digit


Syntax

ISDIGIT(<expC>)


See Also

ISALPHA(), ISLOWER(), ISUPPER()


Description

The ISDIGIT() function will return .T. if the first character of the given character expression is a value within the range of 0 to 9, and .F. otherwise.


Example

? isdigit("9 Belmont Ave")
.T.
? isdigit("Nine Belmont Ave")
.F.


Products

Lianja, Lianja Server