I wrote the original in 1998 in PBDLL 5.0 and with a few tweaks it built OK in PBWIN90. I will not post the source because I don't consider it up to scratch any more, its been very reliable and does what it is supposed to do but its probably a bit off the pace speed wise for very large files.
When I get in front I will rewrite it using a lookup table and post the source as well.
This version takes any file, binary or otherwise, converts it to DB format and places it in a working string function so all you need to do to use the function is call it and place the result in a normal basic dynamic string.
Regards,
hutch
When I get in front I will rewrite it using a lookup table and post the source as well.
This version takes any file, binary or otherwise, converts it to DB format and places it in a working string function so all you need to do to use the function is call it and place the result in a normal basic dynamic string.
Regards,
hutch
Comment