Hello,
Is it possible to reference different variables with one AL statement?
For example, Label variables are defined like
Label01: Label 'aaaaa';
Label02: Label 'bbbbb';
Label03: Label 'ccccc';
And instead of referencing each variable with 3 AL lines, referencing like
Value := Labelnn;
(where nn is 01, 02, 03)
I have a feeling that this is not possible, but if anyone knows the solution to this, please advise.
Thank you!