Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Reading the dimmension of string array 1

Status
Not open for further replies.

meshparts

Mechanical
Joined
Feb 17, 2005
Messages
490
Location
DE
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
 
Hi,
*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
 
Thanks cbrn!

You forgot to type DIM:

*GET,<result_param>,PARM,<queried_param>,DIM,X

Regards,
Alex
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top