[FilterScript] @ID
#7

Quote:
Originally Posted by ]Rafaellos[
View Post
Can you explain how it does work if it's possible? I stuck in the
pawn Code:
if ((string[i + 1] > 47) && (string[i + 1] < 58))
part.
It could be written like this as well, which is a bit clearer:

pawn Code:
if('0' <= string[i + 1] <= '9')
It simply checks if the character is a number.
Reply


Messages In This Thread
@ID - by EmpireSk - 10.06.2014, 11:45
Re: @ID - by iZN - 10.06.2014, 11:57
Re: @ID - by ]Rafaellos[ - 10.06.2014, 13:32
Re: @ID - by Jankingston - 10.06.2014, 13:38
Re: @ID - by SickAttack - 10.06.2014, 15:40
Re: @ID - by nilesk - 11.06.2014, 03:00
Re: @ID - by Johnson_boy - 07.07.2014, 21:08

Forum Jump:


Users browsing this thread: 2 Guest(s)