Any possible way of returning an array on public function?
#2

Pass it as argument to the function.
pawn Код:
stock myArrayFunc(array[], size = sizeof array)
{
    format(array, size, "This is a %s with the number %d", "string", 7);
}
Reply


Messages In This Thread
Any possible way of returning an array on public function? - by T0pAz - 09.03.2012, 15:25
Re: Any possible way of returning an array on public function? - by Vince - 09.03.2012, 15:34
Re: Any possible way of returning an array on public function? - by T0pAz - 09.03.2012, 15:35
Re: Any possible way of returning an array on public function? - by Vince - 09.03.2012, 15:51
Re: Any possible way of returning an array on public function? - by T0pAz - 09.03.2012, 15:54

Forum Jump:


Users browsing this thread: 1 Guest(s)