clear object

  • Thread starter Thread starter Steve
  • Start date Start date
S

Steve

Hi, I have created an object "Orders" with twenty properties.

Is there any instruction I can use to clear all the properties of the object
without having to go
Orders.OrderID=""
Orders.AttemptID=""
etc.

Thanks
 
Back
Top