- Joined
- Nov 13, 2006
- Messages
- 1,814
i want make a function what colorize the text depend its contain number/lower or uppercase letters
lets say udg_String = *random 100 character*
and i want check with loop each character, lower/uppercase character i think ok with if s==StringCase(s,true) then do action but i got problem with numbers coz S2I give 0 to every non number letter, but i got no clue how to make difference between this:
S2I("k") and S2I("0") coz result is same 0 in both case :/
lets say udg_String = *random 100 character*
and i want check with loop each character, lower/uppercase character i think ok with if s==StringCase(s,true) then do action but i got problem with numbers coz S2I give 0 to every non number letter, but i got no clue how to make difference between this:
S2I("k") and S2I("0") coz result is same 0 in both case :/