Changes between Initial Version and Version 1 of Ticket #3667, comment 1
- Timestamp:
- 09/25/18 09:05:45 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3667, comment 1
initial v1 17 17 }}} 18 18 19 Giving this error: 20 {{{ 21 "...test.au3" (1) : ==> No variable given for "Dim", "Local", "Global", "Struct" or "Const" statement.: 22 Global Const $T1=1, _ 23 Global Const $T1=1, ^ ERROR 24 25 }}} 26 19 27 Jos