OriginPro 2021b (64-bit) SR2 9.8.5.212
Windows 10 21H1 x64
Greetings!
I try preparing a formula for Set Values... with the following LT script:
string TargetFormula$ = "";
loop (i, 9, wks.nmats)
(
TargetFormula$ = TargetFormula$ + "mat($(i))+";
)
TargetFormula$ = ;
However, in the result I have no output of the resulting string.
What is my mistake?
Thank you.
---
Andrey