Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Novice
Description
The random function takes one or two numbers as min/max range. But if you specify a space such as random(1, 10) then you get a NFE exception. We should add a trim() in the code so it trims spaces.