Macro Command INPUTBOX Return Value
Open Date: 2015-01-22 23:11
Letztes Update: 2015-03-05 09:13
Reporter: | (Anonymous) | Eigentümer: | (None) |
---|---|---|---|
Priority: | 5 - Medium | MileStone: | (None) |
Type: | Bugs | Severity: | 5 - Medium |
Component: | (None) | Status: | Closed |
Resolution | Wont Fix |
Details
With the following macro language:
inputbox 'Enter value' 'Test Input Box'
if inputstr="" then
goto fail
endif
If the user does not enter anything into the field and only hits 'OK' on the inputbox dialog box, the macro will fail with an 'Invalid Syntax' on the 'if inputstr' line.
Last Update of this Ticket
2015-03-05 09:13 Update by: maya
- Ticket Close date set to 2015-03-05 09:13
- Status Update from Open to Closed.
- Resolution Update from Invalid to Wont Fix.