Apr 8, 2001 #1 Guest_imported New member Joined Jan 1, 1970 Messages 0 hi, I am having questions on "initialize" if I initialize a record which contain char, numeric fields, what's contain in the above fields. thankyou
hi, I am having questions on "initialize" if I initialize a record which contain char, numeric fields, what's contain in the above fields. thankyou
Apr 8, 2001 #2 Crox Programmer Joined Apr 3, 2000 Messages 895 Location NL Hi, you get spaces for alfanumeric and zeroes for numeric fields, but not on the fillers, they will not be touched. It can be smart to make your own itilializing record which contains all the values you need. With one (fast!) move you initialize your record. Regards, Crox Upvote 0 Downvote
Hi, you get spaces for alfanumeric and zeroes for numeric fields, but not on the fillers, they will not be touched. It can be smart to make your own itilializing record which contains all the values you need. With one (fast!) move you initialize your record. Regards, Crox
Apr 9, 2001 #3 jimlee Programmer Joined Jan 27, 2001 Messages 213 Location GB hi, You can also use the initialize verb like this INITIALIZE W-GROUP REPLACING NUMERIC DATA BY 33 INITIALIZE W-GROUP REPLACING ALPHANUMERIC DATA BY SPACES jimlee Upvote 0 Downvote
hi, You can also use the initialize verb like this INITIALIZE W-GROUP REPLACING NUMERIC DATA BY 33 INITIALIZE W-GROUP REPLACING ALPHANUMERIC DATA BY SPACES jimlee