Package DE_EPAGES::TLE::API::CalculateHandler
TLE format handler includes TLE functions :
- #CALCULATE - returns the calculated expression
- #DEFINED - returns true if first parameter is defined
Example |
#CALCULATE(100 / 5.0) #IF(#DEFINED(#CellPhone)){CellPhone} #CellPhone #ENDIF To call #DEFINED function is neccessary because the #CellPhone can include 0 and non digit character. |
Functions
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 |
|