tolower from Y_LESS is buggy?
#2

It changes(tolowers) only one char, not whole string.

if you want whole string
pawn Code:
for(new i=0;option[i];i++)
option[i]=tolower(option[i]);
Reply


Messages In This Thread
tolower from Y_LESS is buggy? - by Bubelbub - 15.07.2012, 19:21
Re: tolower from Y_LESS is buggy? - by Roko_foko - 15.07.2012, 19:25
AW: tolower from Y_LESS is buggy? - by Bubelbub - 15.07.2012, 19:27

Forum Jump:


Users browsing this thread: 1 Guest(s)