Is anyone aware of any limitations on the length of a string of a parameter in the cmdline array? The $cmdline array is limited to 63 elements but I need to pass a whole array containing variable amount of elements from one script to another. I think the best solution for me is to encript the array as a binary string and pass only one parameter in the $cmdline array. This leaves me with the initial question before attempting a trial and error solution... Help would be much appreciated. Tha