input() can not display default values over 999999
Numbered Steps to Reproduce Problem:
The code below
Code Snippet (if applicable) to Reproduce Problem:
var/default=98374387
input(usr,"The default value is:","Options",default) as num
Expected Results:
The default value argument of input() should be displayed
Actual Results:
It is blank, nothing is displayed
Does the problem occur:
Every time? Or how often? yes
In other games? yes
In other user accounts? yes
On other computers? yes
When does the problem NOT occur?
Never
Did the problem NOT occur in any earlier versions? If so, what was the last version that worked? (Visit http://www.byond.com/download/build to download old versions for testing.)
It has always been this way.
Workarounds:
None that I am aware of, except show it as text then convert it back with text2num/num2text