Hi,
I want to extract information from the binary file datebook.dba. datebook.dba is the file in which the PalmOS app datebook stores its information. I want to be able to read stuff like date, time of day Private | public etc. for an appointment.
What I have done:
I can open the file and echo() it. Convert it to hex and back again. I thought converting it to hex would make it possible for me to somehow read the dates and so fort, do some pattern matching. It doesn't.
Questions:
I've run into 'c-stings' a lot looking for a way out. Could anyone please explain to me what that is or point me to somewhere where I can learn about it?
Has anyone experinece solving a problem like this one? if so, please point me in the right direction
cheers
Christian