ANN: GLX2 3.0.10

Alejandro Tejada capellan2000 at gmail.com
Sun Aug 5 17:45:19 EDT 2012


Richard Gaskin wrote
> 
> This may help:
> 
> function MergeArray pSourceA, pDeltaA
>    -- Merges the elements in the array pDeltaA with
>    -- the array pSourceA, returning an array which
>    -- contains the values of pDeltaA for any key
>    -- which is also in pSourceA, and any keys in
>    -- pDeltaA which are not in pSourceA are added:
>    --
>    repeat for each key tKey in pDeltaA
>      put pDeltaA[tKey] into pSourceA[tKey]
>    end repeat
>    return pSourceA
> end MergeArray
> 

Great! This will be really helpful:-D
How could I do the same with elements
of the same Array?

Al



--
View this message in context: http://runtime-revolution.278305.n4.nabble.com/ANN-penTool-0-3-2h-with-scalable-gradients-tp4653241p4653412.html
Sent from the Revolution - User mailing list archive at Nabble.com.




More information about the use-livecode mailing list