Replies: 1 comment 1 reply
-
_EXTRA may be what you need, see keyword inheritance in IDL documentation:
you get
but note that _EXTRA works only on Keywords, that why I did not add your example's parameter 99 in the call, The number of actual parameters in the calling list can be found by using the system function N_PARAMS, and if they are not 'passed' in the command, then their N_ELEMENTS() are 0. combining both you could get your result I think |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to access the complete procedure call from inside the program?
Example of calling the program "fringes":
Then inside the program:
Beta Was this translation helpful? Give feedback.
All reactions