Published on : August 07, 2020
Title | : | int | |||||||||
Purpose | : | To know the data type | |||||||||
Syntax | : | [module.set x=83.5 x0=0/] //**this code will consider the value of x as string but when we will define the value through int.get then the value will consider as integer **// [int.get module.x set=module.intx /] |
|||||||||
Input Parameters | : |
|
|||||||||
Return Value | : | It returns the data type and the value | |||||||||
Example 1 | : |
|