Saori Yoshimoto work notes since 2018

Friday, October 18, 2019

[VEX] get the current OP name : opfullpath

e.g.1)
string dir, name;
splitpath(opfullpath("."), dir, name);
return opdigits(name);
e.g.2)
opfullpath(".") - The full path of the current node being evaluated
opfullpath("..") - The full path of the current node’s parent

No comments:

Post a Comment