01.10.2010, 21:32
Quote:
Here are a few simple functions I want to share:
toUpper This function already exist but if someone wants the function here you go: pawn Код:
Returns true if the char is in upper case; otherwise false. pawn Код:
Same as toUpper. pawn Код:
Returns true if the char is in lower case; otherwise false. pawn Код:
|
Quote:
Originally posted by core.inc native tolower©; native toupper©; |