Parsing info without using parse() function
I need to seperate information but I can't use parse() to do it because the number of items is unknown. I'm getting information from nVault and I'm going to pass it directly into a dynamic array which is 24 characters in length (maxlen 23). They'll be seperated in nVault using the # symbols. So my question is how can I do this properly? because I'm stumped :|
Any help will be greatly appreciated. |
Re: Parsing info without using parse() function
loop strtok() and use its 2nd parameter to continue breaking one argument into many
|
Re: Parsing info without using parse() function
Thanks :)
|
Re: Parsing info without using parse() function
Quote:
|
Re: Parsing info without using parse() function
Quote:
|
Re: Parsing info without using parse() function
Quote:
|
| All times are GMT -4. The time now is 17:32. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.