Is there a way to clear data in an array with one instruction? I get tired of spending code space and time on creating a loop to clear the array cells one at a time.

John P