Jessie
Dec 5th, 1999, 11:23 AM
is it possible to save a solid line to a file
with the print statement. I have no clue if this can be done or how to do it if at all possible ?? i tried a couple of ways but all that was in the file was the setting "true"
MartinLiss
Dec 5th, 1999, 11:55 AM
You can't actually save a line or any other object to a file. You can however save the description of the line. For example its left and right positions, its color and its thickness so you could draw it again.
------------------
Marty