Reading the dimmension of string array
Reading the dimmension of string array
(OP)
Hi,
How can I read the dimmension of an automatically generated (from /directory command) string array parameter?
I would like to save the dimmension into a variable.
Thank you very much!
Alex
How can I read the dimmension of an automatically generated (from /directory command) string array parameter?
I would like to save the dimmension into a variable.
Thank you very much!
Alex





RE: Reading the dimmension of string array
*GET,<result_param>,PARM,<queried_param>,X,
should restitute the dimension of the ROW dimension of the array (dimension "X" or "1").
Of course you have to know he name of the queried parameter (the array).
Regards
RE: Reading the dimmension of string array
You forgot to type DIM:
*GET,<result_param>,PARM,<queried_param>,DIM,X
Regards,
Alex