truncating the output of `opinput`

   2856   1   1
User Avatar
Member
119 posts
Joined: July 2005
Offline
Hey all,

is there a way to truncate the output of the opinput expression.. for example..

i have duplicate nodes in my scene..

say called test and test1

in my scene i can only get the opinput from the second node (test1) but i want it to return `test` rahter than `test1` is there any way i can cull the `1`?

cheers,
Mark
User Avatar
Member
345 posts
Joined:
Offline
substr(“test1”,0,strlen(“test1”)-1)
  • Quick Links