|
-
Apr 3rd, 2007, 05:24 PM
#10
Hyperactive Member
Re: Read/Write arrays of UDT in Binary Files
to put the UDT into a binary w/o parsing, you will need fixed-length strings.
instead of: nombre as string
use: nombre as string * 55
for a 55char wide string.
using fixed length strings allow you to move the whole UDT to/from a disk instantly.
but, if you don't use fixed length, who knows where the data will fall when put back into the UDT...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|