Raised This Month: $51 Target: $400
 12% 

Replace - and + from strings


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Gh0$t
Senior Member
Join Date: Mar 2010
Location: Germany at 127.0.0.1
Old 04-08-2010 , 15:01   Replace - and + from strings
Reply With Quote #1

Hello!
How can i remove - and + from strings?

Thx!
__________________
Gh0$t is offline
pheadxdll
AlliedModders Donor
Join Date: Jun 2008
Old 04-08-2010 , 15:04   Re: Replace - and + from strings
Reply With Quote #2

Something ReplaceString will suffice:

Code:
ReplaceString(strInput, sizeof(strInput), "+", "");
ReplaceString(strInput, sizeof(strInput), "-", "");
pheadxdll is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 00:48.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode