magneto Posted January 16, 2012 Share Posted January 16, 2012 I am trying to get the current OP name in VEX but I couldn't find a way to do it. I tried using: "$OPNAME" and "$HDA_NAME" but it seems like VEX ignores anything that starts with "$" as they didn't get included in the path I am constructing. Is this possible? Thanks Quote Link to comment Share on other sites More sharing options...
sanostol Posted January 16, 2012 Share Posted January 16, 2012 create a parameter node in vex and type the expression on SOP/POPLevel `opfullpath(".")` in vex You now have a string 1 Quote Link to comment Share on other sites More sharing options...
magneto Posted January 16, 2012 Author Share Posted January 16, 2012 create a parameter node in vex and type the expression on SOP/POPLevel `opfullpath(".")` in vex You now have a string Thanks, can I use this approach in pure vex code? I don't use the graph. 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.