using isbound() with global variables

   2271   0   0
User Avatar
Member
29 posts
Joined: Jan. 2008
Offline
I've got some vex code where I'm trying to determine if the the ‘Cd’ attribute has been set upstream of the current node. When I use isbound(“Cd”), it always returns a 1 regardless of whether or not it has been set upstream (I assume this is because Cd is a global variable). Is there another method I should be using to find out this information?
  • Quick Links