Is there any way to pass an array as the OpenArg argument when opening a form? I want to pass several opening arguments, and it would be eaier to pass them in an array than to parse them out using a specific character as a separator (which is what I’m doing at the moment). I could use the same process to take the values in an array, create a string and send them to OpenArgs, then parse them back into an array on opening the form, but there doesn’t seem to be much point in the context I’m currently using.
Thanks.