parse string from aymbols
I got 2 strings in formatex function with "+" symbol between.
I need to parse string 1 and string 2 in 2 new bools. How to ? Here is example: new format[512] formatex(format,511,"%s+%s",id,auth) i need to parse id in new ids = id new auths = auth + is character that separates them. |
Re: parse string from aymbols
You need to use , strtok .
For ur example , if PHP Code:
PHP Code:
|
| All times are GMT -4. The time now is 09:43. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.