Array to string
#6

Код:
new Input[5] = {a,b,c,d,e};
new Str[sizeof(Input)] = Input;
But I don't understand what do you want. You can use index easily for that:

Input[0] = "a"
Input[1] = "b"
Input = "abcde"

Why to copy that you already have?
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: 5 Guest(s)