I am new to JRules coding.It may looks like a simple question. I would like to check the length of an number in JRules code. How to write the code for that. "the length of" phrase is expecting a string. I tried to use toString() to convert the number to String. But this is not working. Please give some idea.
|
|
|||
|
|
|
What about negatives?, your solution will count the '-' as a significant value. So part (1) should be...
Also an 'int' can't be null. When you come to test it it'll be zero. |
|||
|
|