Variable's current value???

Variable's current value???

Anonymous
Not applicable
185 Views
2 Replies
Message 1 of 3

Variable's current value???

Anonymous
Not applicable
How do you see what the current value of a variable is set to? In AutoLisp
you simply preceded the variable with ! (exclamation point) and it would
list the current value.

Thanks

Matthew Kyle
Kephart Architects
Denver, CO
0 Likes
186 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
Use the Locals, Watch, & Immediate debugging windows in the VBA IDE, and run
the code in single step mode with break points or the Stop statement. See
the Help file for details.
--
John Goodfellow
irtf'nm
use 'microtouch' in address to email

"Matthew Kyle" wrote in message
news:CD0CCCF5CB4EF4EC455E49DBB5374FA8@in.WebX.SaUCah8kaAW...
> How do you see what the current value of a variable is set to? In
AutoLisp
> you simply preceded the variable with ! (exclamation point) and it would
> list the current value.
>
> Thanks
>
> Matthew Kyle
> Kephart Architects
> Denver, CO
>
0 Likes
Message 3 of 3

Anonymous
Not applicable
And if you wish to do it inline, use the 'GetVariable()' method.
-- Walter -- http://www.ActiveDwg.com

John Goodfellow wrote in message
news:8ED98FA4DF1B2028F045F4FAE1BDF6E7@in.WebX.SaUCah8kaAW...
> Use the Locals, Watch, & Immediate debugging windows in the VBA IDE, and
run
> the code in single step mode with break points or the Stop statement. See
> the Help file for details.
> --
> John Goodfellow
> irtf'nm
> use 'microtouch' in address to email
0 Likes