Crowd Funding Enhancements
J. Landman Gay
jacque at hyperactivesw.com
Mon Mar 10 22:15:23 EDT 2014
On 3/10/14, 9:04 PM, Peter Haworth wrote:
> Here's one I'd like to see: the use of "each" in conjunction with chunk
> expressions. For example:
>
> delete item 4 of each line of tVar
>
> put item 1 to 3 of each line of tVar into tSave
>
> replace word 1 of each item of each line with "xyz" in tVar
>
> Maybe even:
>
> put tArray[each key]["LastName"] & return into tNames
That'd be nice. And as long as we're dreaming, how about:
repeat for each card c in this stack
repeat for each button b of this card
...and like that.
--
Jacqueline Landman Gay | jacque at hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
More information about the use-livecode
mailing list