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
Updated by Brian Flanagan about 4 years ago
- Status changed from New to Resolved
- Target version set to 0.9.9.4-RC1
Working now!
Updated by Brian Flanagan about 4 years ago
- Status changed from Resolved to Closed
Actions