Array to string
#2

Here's an example:
pawn Код:
new array[2][5]; // Declare the array
array[0] = "Test"; // Make array 0 contain "test"
array[1] = array[0]; // Make array 1 contain what array 0 contains
You cannot store several characters in a single variable if that's what you mean.
Reply


Messages In This Thread
Array to string - by Sickae - 01.04.2015, 16:19
Re: Array to string - by CalvinC - 01.04.2015, 16:41
Re: Array to string - by Sickae - 01.04.2015, 16:49
Re: Array to string - by iggy1 - 01.04.2015, 16:53
Re: Array to string - by admantis - 01.04.2015, 16:56
Respuesta: Array to string - by alexus - 01.04.2015, 17:02
Re: Respuesta: Array to string - by Yashas - 01.04.2015, 17:12
Re: Array to string - by CalvinC - 01.04.2015, 17:20
Re : Array to string - by nicolaskettler - 01.04.2015, 17:38
Re: Respuesta: Array to string - by Sickae - 01.04.2015, 18:15

Forum Jump:


Users browsing this thread: 3 Guest(s)