Hello!
Does anybody know how to get a substring out of a variable and store this substring in another variable?
I tried
[tt]
-SET &WF = 'blubb';
-SET &ST = SUBSTR(5, &WF, 2, 2, 1, &ST);
[/tt]
But this does not work. I guess this is due to the fact that SUBSTR is used with COMPUTE and DEFINE normally.
Eva
Does anybody know how to get a substring out of a variable and store this substring in another variable?
I tried
[tt]
-SET &WF = 'blubb';
-SET &ST = SUBSTR(5, &WF, 2, 2, 1, &ST);
[/tt]
But this does not work. I guess this is due to the fact that SUBSTR is used with COMPUTE and DEFINE normally.
Eva