Cvar Strings
Wondering why when I use a pcvar to set a name or 'tag' that it skips certain symbols?
Here's the portion of the code. PHP Code:
|
Re: Cvar Strings
contain and containi return -1 on failure so you cannot do an if( contain() ) check. Also, this function can return 0 if the contain string is found at the beginning of the search-in string. You use it correctly the first time in the above code.
Use PHP Code:
PHP Code:
PHP Code:
|
Re: Cvar Strings
So this should fix the problem with the # symbol not turning up for (!pTag#)?
By the way, thanks for the quick response, +karma |
Re: Cvar Strings
Quote:
|
| All times are GMT -4. The time now is 15:28. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.