Changes between Initial Version and Version 1 of Ticket #3868, comment 2
- Timestamp:
- 03/11/22 12:01:24 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3868, comment 2
initial v1 11 11 12 12 So this should work. 13 I'm investigating as it still works on my other scripts. 13 I'm investigating as it still works on my other scripts, but as you stated this is related to the comment after RequireAdmin 14 15 16 {{{ 17 #RequireAdmin ; some comment 18 ConsoleWrite("Normal output" & @CRLF) ; NOT WORKS because of used comment after #RequireAdmin 19 ConsoleWriteError("Error output" & @CRLF) ; NOT WORKS because of used comment after #RequireAdmin 20 Exit 21 }}}