Oct 19, 2006 #1 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, 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
Oct 20, 2006 1 #2 cbrn Mechanical Joined Jun 28, 2005 Messages 1,066 Location IT 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 Upvote 0 Downvote
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
Oct 20, 2006 Thread starter #3 meshparts Mechanical Joined Feb 17, 2005 Messages 490 Location DE Thanks cbrn! You forgot to type DIM: *GET,<result_param>,PARM,<queried_param>,DIM,X Regards, Alex Upvote 0 Downvote