On 8 Jul 2003 at 4:09, [EMAIL PROTECTED] wrote: > Solutions?? > ========= > Only one I can think of is to use a different temporary array inside the > PROCedure or FuNction, copy the calling array's contents to this temporary array > and then re-define the original array on exit from the PROCedure or FuNction > and copy its contents back from the temporary array. > Thanks. However the temp array wouldn't survive the exit from the proc/fn and, moreover, I would have to redim each array specifically instead of just calling a general function.
Wolfgang
