<div dir="ltr">Hi All,<div><br></div><div>I have written macros returning arrays of various items, such as point IDs. Depending on the arguments to the function, some arrays can be of different sizes. To ensure that there is no "junk" at the end of the arrays left from a previous call, I would like to Delete the arrays before building them. However, the first time the macro is called, the array does not exist, and that causes an error. One workaround is to force the array to exist by adding something like x[0] = 0; before the Delete command, but I was wondering if there is a more direct way to query if a specific variable exists. Thanks for any information.</div><div><br></div><div>Jim Monte</div><div><br></div></div>