anishtain4 Posted May 21, 2012 Posted May 21, 2012 I understand when you create a vlx application it can its own namespace which its function are only available in it unless you export them, how about variables? when you define regular variables with (setq x bla) is that also catchable only in the namespace? Quote
irneb Posted May 21, 2012 Posted May 21, 2012 Yes, that's why there's such things as the vl-bb-set & vl-bb-ref, or vl-doc-set & vl-doc-ref, or vl-propagate. Look into the help on those functions, they each have their place, but the easiest to use is vl-propagate. Quote
anishtain4 Posted May 21, 2012 Author Posted May 21, 2012 I wish there was a thanks button, thanks a lot Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.