Origin 8.6.0G (32-bit) Sr3
Windows 7
Hi everyone,
I use the following function to define the userparameter in my worksheet:
wks.userparam1$ = Test1;
wks.userparam1 = 1;
wks.userparam2$ = Test2;
wks.userparam2 = 1;
....
wks.userparam10$ = Test10;
wks.userparam1 = 1;
Then I try to update my legend in the graph-layer with:
legendupdate mode:=custom custom:="@LD1"
This works fine for the first 9 parameters. But for the 10. parameter it change the legend to parameter 1.
legendupdate mode:=custom custom:="@LD10"
Can anyone tell me, why this happens.
Thanks for your help.
Thomsen