Open
Description
Hi, when i do the simplest inputbox after the start label
__Webapp_AppStart:
;<< Header End >>
inputbox,outputvar,test
msgbox %ErrorLevel%
the docs for inputbox say that pressing cancel or typing escape, should give 1 in ErrorLevel. It seems when called from within the webgui, it always gives 0. closing the box with the X gives 1 as expected. I think I might have seen this reported before, so sorry if it's a duplicate.