new szTest[25];fnTest( szTest ); server_print( szTest );public fnTest( szString[] ){ formatex( szString , 25 , "hello" );}