19.04.2011, 14:00
Quote:
Numbering starts at 0 - and so 0 to 13 is 14 different integers
|
For example,if you want to have 5 diffrent arguments,then:
PHP код:
New XXX[5][]
PHP код:
XXX[0][] =
XXX[1][] =
XXX[2][] =
XXX[3][] =
XXX[4][] =
it always does:
-1<X<Y
When X is the name of the argument (in your case: Route101) and Y is the number of arguments you want to have
Got it?