I want to create my own file type(So say a document type..)
I under stand that files work off of headers but is it said in a packed record(Mind you I have only used packed arrays before)
MyDoc = Packed Record
Something:Pointer;
Body:String;
B:Boolean;
End;
Or is just done has a record
![Wacko %)](/Smileys/ExcellentSmileys1/wacko.gif)
Not sure what im doing now
![Embarrassed :-[](/Smileys/ExcellentSmileys1/blush2.gif)