Chip:

The dereferencing looks OK but my tuppence says you're going stub your toe
using locals.

--
Douglas von Roeder
949-336-2902


On Wed, Aug 15, 2018 at 2:12 PM Chip Scheide via 4D_Tech <
4d_tech@lists.4d.com> wrote:

> $Handle is a pointer to an array of pointers.
> Each element of the pointer array points to an array.
>
> Please sort the arrays - in a component.
>
>
> Execute formula("Sort
> Array(($Handle->{1})->;($Handle->{2})->;($Handle->{3})->;>)")
>
> This works, in the context of a component when called from a host!
> It works with process arrays
> it works with local (host) arrays
>    - interpretedly.
> I have not yet compiled this code to see if it still functions...
>
> All of this is error checked before the above is executed, and the text
> to be executed is built in a loop, looping over the pointer array to
> insert the "($Handle->{#})->;" bits.
>
> Whew...
> Chip
>
> ---------------
> Gas is for washing parts
> Alcohol is for drinkin'
> Nitromethane is for racing
> **********************************************************************
> 4D Internet Users Group (4D iNUG)
> Archive:  http://lists.4d.com/archives.html
> Options: https://lists.4d.com/mailman/options/4d_tech
> Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
> **********************************************************************
**********************************************************************
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**********************************************************************

Reply via email to