Array w/ Strings Loop
#1

If I have an array, such as:
Код:
new myArray[MAX_PLAYERS][10][50];
, which is supposed to hold 10 strings. How do I loop through it to check for an open slot? I know how to loop through an array that contains number values, but not string values. I have tried using strcmp and strlen, but without success.
Reply


Messages In This Thread
Array w/ Strings Loop - by MsgtHill - 07.11.2013, 15:00
Re: Array w/ Strings Loop - by Konstantinos - 07.11.2013, 15:07
Re: Array w/ Strings Loop - by MsgtHill - 07.11.2013, 15:16
Re: Array w/ Strings Loop - by Konstantinos - 07.11.2013, 15:21
Re: Array w/ Strings Loop - by MsgtHill - 07.11.2013, 15:26

Forum Jump:


Users browsing this thread: 1 Guest(s)