Error...
#5

You must replace all the lines.

PHP код:
new string[10];

MyFunction(..)
{
    new 
string[10];
    
    
string "hello";
    
    
string "hello2";
    
    
string "hello3";

PHP код:
new string[10];

MyFunction(..)
{
    new 
string1[10];

    
string1 "hello";

    
string1 "hello2";

    
string1 "hello3";

Reply


Messages In This Thread
Error... - by Brys - 15.04.2015, 15:21
Respuesta: Error... - by JuanStone - 15.04.2015, 15:24
Re: Error... - by Brys - 15.04.2015, 15:26
Re: Error... - by J4Rr3x - 15.04.2015, 15:27
Respuesta: Error... - by JuanStone - 15.04.2015, 15:30
Re: Error... - by Brys - 15.04.2015, 15:30
Re: Error... - by Brys - 15.04.2015, 15:34
Respuesta: Error... - by JuanStone - 15.04.2015, 15:38
Re: Error... - by Brys - 15.04.2015, 15:44
AW: Error... - by Mencent - 15.04.2015, 15:46

Forum Jump:


Users browsing this thread: 1 Guest(s)