Xords Posted October 18, 2016 Share Posted October 18, 2016 Hi all, Im currently trying to put 2 links into one Example chs("../null1/parm4_" + chs('detail("../loop_info", "ivalue", 0)')) Unfortunately this one doesn't work, could somebody help me out. Quote Link to comment Share on other sites More sharing options...
TheDude Posted October 20, 2016 Share Posted October 20, 2016 you can do something like this string parm1 = chs("../null1/parm4_"); string parm2 = chs('detail("../loop_info", "ivalue", 0)')); s@newparm = parm1+parm2; then if you need that value in a parameter, rather than an attribute, you can just point() to it 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.