View Single Post
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 08-08-2011 , 08:01   Re: Parsing nVault Data
Reply With Quote #2

strbreak uses the same "delimiter" that parse() does and neither will work if you are delimiting with a # symbol.

You will need to use the more generic strtok() function.

Something like this:

PHP Code:
    strtok(remainingtexttextofinterestcharsmax(textofinterest), remainingtextcharsmax(remainingtext), '#')
    
number str_to_num(textofinterest
__________________
fysiks is offline