Re: Recursive function - nothing in return values!
Hi,
For one thing :
$array_help_all[0][HELPID]
should be : $array_help_all[0]["HELPID"]
What are you trying to do anyway, go backwards thru an array?
Paul
.
Relevant Pages
- Re: How to list devices available ?
... Short Name: DevNames ... Indicates an array that contains the names of all devices installed in the system. ... Paul ... Prev by Date: ... (comp.lang.labview) - Re: LabVIEW and C++ Pointers
... Like Paul, ... Here I'll tell about an experiences, hoping that it can bring just an idea. ... 2- interpreting the byte array to our complex data structure may be so difficult. ... Prev by Date: ... (comp.lang.labview) - converting an image into an array of bytes?
... can anyone give me some example code that will open a Image file, ... it into a Bytearray? ... Paul ... Prev by Date: ... (microsoft.public.pocketpc.developer) - RE: =VLOOKUP(E4,Serial_Prefix,2) Return value in next row.
... I assume it's an array of data ... > How can I alter the formula so that it adds one row to the result, ... Prev by Date: ... (microsoft.public.excel.misc) - Re: Filling an array with a Loop
... It works, but, my array size will not always be 5 (6 including ... My loop steps backwards, and fills my array ... Prev by Date: ... (microsoft.public.excel.programming) |
|