Valent Posted November 30, 2018 Share Posted November 30, 2018 Hi, Can I use the name of the current wrangle(node) inside the very same(or any other) wrangle? I have more than one instance of the same wrangle in my network and I would like them to make different groups based on their names (or any other node's name). Is it possible? Quote Link to comment Share on other sites More sharing options...
Atom Posted November 30, 2018 Share Posted November 30, 2018 You can use a backtick of $OS to achieve that. string group_name = "`$OS`"; setpointgroup(0,group_name,@ptnum,1,"set"); 1 Quote Link to comment Share on other sites More sharing options...
Valent Posted November 30, 2018 Author Share Posted November 30, 2018 Thanks, that's exactly what I was looking for. 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.