In this example I want to replace %k, %l and %m with my real string assignments. So instead of %k I would use the string measurement$, instead of %l I would use units$ and instead of %m I would use name$.
But I cannot get this to work with the getn command.
Is it possible to do this or must I use %k, %l, %z, %a, etc and then reassign them to the strings (measurement$, name$ etc) I want to use?
I would like to be able to do something like below getn (Measurement) %%(measurement$) (units) %%(units$) (Event name) %%(event$) (input strings);
I know I can use getstring command but that is only for one string at a time.
thanks Andrew
2 L A T E S T R E P L I E S (Newest First)
andrewdsto
Posted - 08/11/2009 : 9:08:54 PM Thanks cpyang, It answers my question and provides a suggestion.
cheers Andrew
cpyang
Posted - 08/11/2009 : 12:23:18 PM Good suggestion. We will try to put this into the upcoming 8.1 release.