Hello,
After along time away from any sort of programming, I think my attention to detail has diminished, I cannot seem the find the syntax error. Where is the missing ')' ?
Code: PROC_create_window("Hello", 500, 500)
DEF PROC_create_window(title$,x% y%)
VDU 23,22,x%;y%;8,16,32,0
SYS "SetWindowText", @hwnd%, title$
ENDPROC
Thank you.