[FUNCTIONS] A few, but really useful
#2

Also, here's some more examples for GetValue:

pawn Код:
print(GetValue("Hello, my name is John",0)); // Will print "Hello,".
    print(GetValue("Hello, my name is John",1)); // Will print "my".
    print(GetValue("Hello, my name is John",2)); // Will print "name".
    print(GetValue("Hello, my name is John",3)); // Will print "is".
    print(GetValue("Hello, my name is John",4)); // Will print "John".
    print(GetValue("Hello, my name is John",5)); // Will print "-1".
    print(GetValue("Hello, my name is John",3,true)); // Will print "is John".
    print(GetValue("Hello, my name is John",1,false,",")); // Will print " my name is John".
Reply


Messages In This Thread
[FUNCTIONS] A few, but really useful - by Garf. - 28.06.2009, 05:22
Re: [FUNCTIONS] A few, but really useful - by Garf. - 28.06.2009, 05:23
Re: [FUNCTIONS] A few, but really useful - by [HiC]TheKiller - 28.06.2009, 05:33
Re: [FUNCTIONS] A few, but really useful - by Ignas1337 - 28.06.2009, 08:20
Re: [FUNCTIONS] A few, but really useful - by Garf. - 28.06.2009, 19:27
Re: [FUNCTIONS] A few, but really useful - by godknightx - 26.09.2009, 07:22
Re: [FUNCTIONS] A few, but really useful - by MenaceX^ - 26.09.2009, 08:22
Re: [FUNCTIONS] A few, but really useful - by XCultz - 26.09.2009, 13:58
Re: [FUNCTIONS] A few, but really useful - by nuriel6633 - 26.09.2009, 16:41

Forum Jump:


Users browsing this thread: 3 Guest(s)