Dynamical use of setvaluesets
Posted: December 29th, 2013, 9:28 am
Hello guys,
I am a little confused about the setvaluesets function.
While this works:
This one does not:
Nor does the following:
And ALPHA VAR1020; has been declared in PROC GLOBAL
Why? I am using CSPro 5.0.3
I want to dynamically change value sets for a number of items.
Thank for your help
I am a little confused about the setvaluesets function.
While this works:
Code: Select all
setvaluesets("_HH1020");Code: Select all
VAR1020 = "_HH1020";
setvaluesets(VAR1020);Code: Select all
VAR1020 = "_HH1020";
setvaluesets(maketext("%s",VAR1020));
Why? I am using CSPro 5.0.3
I want to dynamically change value sets for a number of items.
Thank for your help