Replies: 2 comments
-
By definition, the Perl preprocessor is a text-transformation step that happens before RDL lexing and parsing, so parameters are not accessible to it in the way you are attempting. Parameters are elaborated at the last step after compilation during elaboration - well after the preprocessor. Why not use an array instead?
|
Beta Was this translation helpful? Give feedback.
0 replies
-
indeed..i'll try to apply it as an array .. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
tried the below code .. seems it is not working
any ideas - how such cases can be addressed ?
Beta Was this translation helpful? Give feedback.
All reactions