Difference between revisions of "EVALUATE()"

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

Revision as of 12:56, 7 December 2012

Purpose

Function to evaluate a character expression and return the result


Syntax

EVALUATE(<expC>)


See Also

BETWEEN(), CHROVERLAP(), EMPTY(), EXPRCHECK(), INLIST(), ISALPHA(), ISBLANK(), ISDIGIT(), TYPE()


Description

The EVALUATE() function the result of an expresion specified as a character expression <expC>. The <expC> can contain any valid expression of any data type enclosed in string delimiters.


Example

use demo
? evaluate("customer.last_name")
Siegel
? evaluate("1+1")
2
m_var = "DATE() > {01/01/2001}"
? evaluate(m_var)
.T.


Products

Lianja Server, Lianja