Error message Symbols in area Drawtool
C.C. Charron
Surveyor
I'm attempting to make draw tools the fill an area with symbols.
The draw tool works, but I keep getting a error message.
Below is the code and picture of the error.
SYMFILLLOAD @system\fillers\Pencil_Sketch_Trees.symfill
SELSAVE
SELBYP
SYMFILLM
SELREST
Comments
You probably need an extra blank line at the end of your script to finish the SELREST command. It looks like the SELREST text gets into the command buffer and then DRAWTOOLSR gets written to the end of that. SELRESTDRAWTOOLSR isn't a known command name.
That was it. Thank you very much.