Actions
Bug #455
closedInput not allowing for null input by hitting return at start.
Start date:
08/20/2020
Due date:
% Done:
0%
Estimated time:
Affected version:
Description
Hitting Enter at the start of an Input should return an empty string, or a 0 value entry.
Example 1
Do
Input X$
Print X$,Len(X$)
Loop
Example 2
Do
Input X
Print X
Loop
Actions