Hello all,
I wonder if anybody had the same problem
sometime or can suggest a solution
I get this error:
Compile error
Wrong number of arguments or invalid property
assignment
And the cursor highlights the last half of the
line
Picture1.Line (x1,y1)-(x2,y2)
Quote:
>>> x1,y1,x2,y2 are just dummies <<<
The only way to remove the compile error is this:
1 REM out line Picture1.Line............
2 Recompile <<< Program does not
have to be run>>>
3 Remove the REM from the line above
4 Recompile...... And all is OK with the
program
Any suggestions...... anyone.......
George