Line continuation
Posted: Thu Oct 02, 2014 6:34 am
Shouldn't the line continuation only be allowed for the next line, not for all empty lines, and comments?
Found by udg in german forum
Code: Select all
OpenWindow(0,
0,
0,
200,
; comment
200, "", #PB_Window_ScreenCentered|
#PB_Window_SystemMenu)
;SetWindowLong_(WindowID(0), #GWL_EXSTYLE, GetWindowLong_(WindowID(0), #GWL_EXSTYLE) |
;#WS_EX_LAYERED)
Repeat:Until WaitWindowEvent()=#PB_Event_CloseWindow