Parsing array
Hello.
How can i parse a string like data[128] which have n variables stored in: PHP Code:
PHP Code:
|
Re: Parsing array
Is the data always all numbers? Why not use a single-dimension array of numbers? I'm guessing because you are storing this data in a file somewhere?
PHP Code:
|
Re: Parsing array
I'm storing in nvault, yes, are only numbers but saved as strings
|
Re: Parsing array
strtok
|
Re: Parsing array
Oh, i forgot, thank u.
|
Re: Parsing array
You can use nvault array
|
Re: Parsing array
Quote:
|
| All times are GMT -4. The time now is 21:02. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.