Search code examples
openlaszlo

I want to type cast in openlaszlo?


I want to type cast in openlaszlo if any one work on it then tell me. One big task is pending for that smaller issue. It immediate. when i compare 2 digit number it get only first digit.


Solution

  • Number(variable) it working if you want to compare two number more than one digit then you must use Number for type casting otherwise compiler treat that number as a one digit number and u might be get wrong output.