Chulwoo, thanks for the reply. I got another question then

. Here it is: what is the 'magic cookie value'? My data file the header starts with it:
Start of file
4 byte numeric, magic cookie value. Identifies this as a data file
4 byte numeric, total overall length in bytes of each record
2 byte numeric, number of fields in each record
...
Does anyone have any idea?
And my last question for today: how should I handle the ordinary cookie values? The ones that are parts of records. In B&S they go in column 'owner'. My spec says the following: 'The id value (an 8 digit number) of the customer who has booked this. Note that for this application,
you should assume that customers and CSRs know their customer ids. The system you are writing
does not interact with these numbers, rather it simply records them. If this field is all blanks, the record is available for sale.'
Could anybody explain to me what is the meaning of 'does not interact with these numbers, rather it simply records them'! How can I write them if I don't interact with them?! Should I ask a used to eneter his/her id when the app. starts? Or what?
Thanks for your help!!!
[ November 09, 2006: Message edited by: Denis Zjukow ]