Hi, is it possible to have an opdigits() inside another expression like ch(“../xform`opdigits(”.“)`”) ?
Thanks! ALex
edward
July 30, 2002 11:16:58
Try this: ch(strcat(“../xform”, opdigits(“.”)))
stevenong
July 30, 2002 11:21:33
Usually I use a variable to replace the opdigits() function.
Bring up the ‘Aliases/Variables’ dialog by either the Dialogs menu -> ‘Aliases/Variables’ or type ‘Alt-Shift-a’.
Go to the Variables folder & set foo with a value of ‘opdigits(“.”)’. Please do not include the quotes ( ' ).
Now, retype your expression as such: ch(“../xform$foo”).
EigenAlex
July 30, 2002 11:25:40
Thank you, Edward, that worked!
Thank you for your suggestion, Steven, I can't believe I didn't even think about the solution like yours. I guess strcat() can get pretty nasty when dealing with a very long expressions.
sl0throp
May 5, 2014 21:00:31
Props to Steven here…
tamte
May 7, 2014 17:56:52
you can use plain old + sign
ch(“../xform”+opdigits(“.”)+“/tx”)
Ratmann
May 7, 2014 18:29:57
Blast from the past!
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.