Package DE_EPAGES::TLE::API::CalculateHandler
Functions
CALCULATE
Returns the calculated expression.
Syntax |
#CALCULATE( #Expression ) |
Example |
#CALCULATE( #Price/100.0 ) |
Input |
|
COMPARE
Compares the two values given with parameter 2 and 3 using the type given with parameter 1.
Syntax |
#COMPARE( #Type, #LeftSide, #RightSide ); |
Input |
|
Return |
|
DEFINED
Returns true if the value is defined.
Syntax |
#DEFINED( #Value ) |
Example |
#IF( #DEFINED( #Value ) ) #Value #ELSE {DefaultValue} #ENDIF |
Input |
|
LENGTH
Returns the length of a string.
Syntax |
#LENGTH( #String ); |
Input |
|
Return |
|
tle
#Undef returns an undefined value.
#GENERATEGUID retruns a new globally unique identifier
Syntax |
#Undef |
Example |
#GENERATEGUID |