I want to type cast in openlaszlo?

64 Views Asked by At

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.

1

There are 1 best solutions below

0
On BEST ANSWER

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.