brokenpixel Posted April 9, 2008 Share Posted April 9, 2008 hello all i have a bunch of channels and i want to apply them randomly to various attributes of stamped copies. i am having problems with the syntax for setting this up. here is what i have --> chop("/ch/ch1/xMove`stamp("../copy1",chanNum,1)`/chan1") i have several "xMove" channels - xMove1, xMove2, xMove3. etc... and i want to simply assign a random channel to a copy via copy stamping. i know there are various issues with quotes, double quotes, and backticks that i need to be schooled in! thanks for any and all assistance. ++ scott Quote Link to comment Share on other sites More sharing options...
grasshopper Posted April 10, 2008 Share Posted April 10, 2008 chop("/ch/ch1/xMove`stamp("../copy1",chanNum,1)`/chan1") You can embed expressions within other expressions but you shouldn't use backticks. Try: chop("/ch/ch1/xMove"+stamp("../copy1",chanNum,1)+"/chan1") If that doesn't work post a hip and I'll take a look. 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.