I typed in an example from a tutorial that I dug up online. It was an example on writing files to the disk. I ran into a message stating that I can't use reference counted types in files. Looking through the documentation, I forced the program to use short strings with {$H-}. Now my question or more accurately a confirmation. I noticed that my data file was 768 bytes. Since I had three strings being written to the file, I take it that fpc pads the string (being 256 bytes in size) with something, correct? If I wanted to just print to the length of the strings, is there something that I can look at to research this?
Thanks,
Septe