Message 1 of 4
Setting global variables
Not applicable
11-24-1999
05:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a bunch of subroutines in a AutoCad ThisDrawing object. I also have
a Form and a bunch of subroutines to handle clicks on command buttons, etc.
The problem I am having is that when a user clicks a button in the Form, I
want it to set a variable in the General declarations of the ThisDrawing
object. However, it's not doing it. Any suggestions??
a Form and a bunch of subroutines to handle clicks on command buttons, etc.
The problem I am having is that when a user clicks a button in the Form, I
want it to set a variable in the General declarations of the ThisDrawing
object. However, it's not doing it. Any suggestions??