opinput() in sourced hscript

   4071   2   0
User Avatar
Member
121 posts
Joined: July 2005
Offline
Hi,

I have a hscript embedded in a section of my HDA. The script should delete the input node of the HDA

I tried oprm `opinput(“.”,0)` and it didn't work. Any ideas for the correct syntax?

Thanks,
Achim
User Avatar
Member
7725 posts
Joined: July 2005
Offline
opinput() would only return the name of the node, not its full path. Try opinputpath().
User Avatar
Member
121 posts
Joined: July 2005
Offline
Thanks Edward
  • Quick Links