From: "Joe" <locality@...> Date: Sat, 27 Feb 1999 22:44:03 -0500
> I want to be able to reset all str$ to "" and all elements% to = 0 for each of
> the 720 reiterations of the array without a FOR - NEXT loop. Can I?
Try:
DEF LONGBLOCKFILL (@myArray(0),721*_myRec,0)
joe k