Can't store in a variable a Line 0,0,0,10?
global draw_line = line 0,0,0,10
how come we cant store commands in a variable?
global draw_line = line 0,0,0,10
how come we cant store commands in a variable?
Global Draw_Line 0,0,0,10 ; -vs.- DrawLine() ... Function DrawLine() Line 0, 0, 0, 10 End Function