myVAR = 0 will set it 0 if that's what you mean.
If you have an array you'll need to loop thru it and set each entity to 0.

In PBP the command CLEAR will clear the complete RAM, just as it will in PROTON if CLEAR is used by itself.

/Henrik.