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

Showing results 1 to 2 of 2
Search took 0.00 seconds.
Search: Posts Made By: psychonic
Forum: Scripting 05-20-2018, 21:08
Replies: 4
Views: 1,949
Posted By psychonic
Re: Case Insensitive StringMap.GetString

Just copy/pasting from you/above.

Also, *isn't. "isn't a multi-byte character". FTFY brotato chip.
Forum: Scripting 05-20-2018, 20:31
Replies: 4
Views: 1,949
Posted By psychonic
Re: Case Insensitive StringMap.GetString

don't do repeated calls to strlen to just handle getting the length of your string.

char[] str = "test";
int len = strlen(str);
for (int i = 0; i < len; i++)
{
str[i] =...
Showing results 1 to 2 of 2

 
Forum Jump

All times are GMT -4. The time now is 03:49.


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