Init vars at startup

M

Mac

Hello,
I'd like to define a couple of variables which would get initialized at the
very opening of my drawing ( with coords of a shape on the drawing page,
e.g.); is this possible and how? Thank you!
 
M

Mac

....and one more add-on to this query - when initialized this way, where is it
the best to put these variables to make them 'global',ie to have them
'visible' from all pages of the drawing?
 
A

AlEdlund

doesn't that depend on what you are going to do with them?
If used in code consider global variables
If used at document level from shapesheet consider a user property in the
docsheet (that way if a page is deleted you don't lose them).
al
 
M

Mac

Ok, thanks a lot, Al!

AlEdlund said:
doesn't that depend on what you are going to do with them?
If used in code consider global variables
If used at document level from shapesheet consider a user property in the
docsheet (that way if a page is deleted you don't lose them).
al
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top