Hi Katti,
Though this is not a direct answer to your question, you may want to try like following:str$="(Value 1) rr1 (Value 2) rr2 (Value 3) rr3";
getn %(str$);
ii=2;
rr$(ii)=;
You can construct str$ by string manipulation depending on the desired number of variables.
Hope this helps.
--Hideo Fujii
OriginLab