iaiotom Posted July 31, 2008 Share Posted July 31, 2008 (edited) Hi, i'm starting to bulid some nodes with VEX but today i found a problem, i think it's a bug but this is the porblem anyway. This i the script: pop proximityGrp(int numPoint=100;) { int i = 0; string num,numa; num = sprintf("%d",ptnum); numa = "PrtProx57"; if(ptnum==57){ string b = concat("PrtProx",num); printf("%s %s\n",numa,b ); removegroup(numa,57); //This works removegroup(b,57); //This not works } } Why with a simple string removegroup() works, while with a concat string it doesn't work??? If i print the 2 strings they are the same thx iaiotom Edited July 31, 2008 by iaiotom Quote Link to comment Share on other sites More sharing options...
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.