|
Posted by thib΄ on 01/07/08 11:38
jodleren wrote:
> Hi!
>
> I have a function, a part of my code which I can use as a function. It
> will return 2 arrays, and I am wondering what way to do so. Both
> arrays hold strings, there are no special keys.
>
> 1) setting the arrays as globals
> 2) returnin an array of arrays
> 3) returning a large array with a known marker to indicate when the
> 2nd part starts.
>
> Any other ideas?
> As of now, it will only be used in one place... but that might change.
>
> WBR
> Sonnich
Serialized in separated string.
Hmm ^^'
-thibΒ΄
Navigation:
[Reply to this message]
|