splitting string with null delimiter

BoyG
09-07-2002, 11:17 AM
I have a string that I wish to split into its seperate pieces. For example:
First\x00Part\x00Of\x00String\x00

Well everything I do stops at that first \x00 because it thinks it's the end of the string. I was hoping somebody could help me work around this issue.

Thanks for any help.

-BoyG

shmoove
09-10-2002, 09:39 AM
if the string is always a fixed length or if there is a fixed number of \x00's in the string then that would be possible writing your own function. otherwise you have no way of knowing where the string really ends.
if you need help you can write me at shmoove@mail.com

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum