Variable to start from 1?
#1

PHP код:
new MafiaRank[][SomeInfo] =

  { 
blablablablablabla }, // MafiaRank[0][SomeInfo]
  
blablablablablabla }, // MafiaRank[1][SomeInfo]
  
blablablablablabla }, // ...
  
blablablablablabla }, // ...
  
blablablablablabla // ...
}; 
Is there any way to make this variable to start with MafiaRank[1][SomeInfo] insted of MafiaRank[0][SomeInfo] ??
Reply


Messages In This Thread
Variable to start from 1? - by masuzaron - 24.02.2019, 12:14
Re: Variable to start from 1? - by Banditul18 - 24.02.2019, 12:16
Re: Variable to start from 1? - by masuzaron - 24.02.2019, 12:21
Re: Variable to start from 1? - by Banditul18 - 24.02.2019, 12:25
Re: Variable to start from 1? - by TheToretto - 24.02.2019, 12:26
Re: Variable to start from 1? - by masuzaron - 24.02.2019, 12:35
Re: Variable to start from 1? - by TheToretto - 24.02.2019, 15:07
Re: Variable to start from 1? - by Pottus - 24.02.2019, 15:09
Re: Variable to start from 1? - by TheToretto - 24.02.2019, 15:19
Re: Variable to start from 1? - by coool - 24.02.2019, 15:51

Forum Jump:


Users browsing this thread: 1 Guest(s)