Aug 15, 2002 #1 Guest_imported New member Joined Jan 1, 1970 Messages 0 I was just wondering if there was an easier way of clearing the contents of a structure other than going through each variable and blanking them out.
I was just wondering if there was an easier way of clearing the contents of a structure other than going through each variable and blanking them out.
Aug 15, 2002 1 #2 mbalent Programmer Joined Sep 20, 2001 Messages 853 Location US Declare another instance of the structure and set the populated structure equal to it. Upvote 0 Downvote