
05-17-2002, 10:09 AM
|
 |
Code Meister
Retired Moderator * Guru *
|
|
Join Date: Aug 2000
Location: Vancouver, BC, Canada
Posts: 10,441
|
|
|
Certain methods cannot be used with "With-End". This applies especially to graphical methods that have point coordinates in the form "(x,y)".
with picture1
.circle (x,y),r 'will raise error
end with
with picture1
picture1.circle (x,y),r 'perfectly fine
end with
|
__________________
"I have a plan so cunning you could put a tail on it and call it a weasel!" - Edmund Blackadder
|