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         |     [email protected]
HyperActive Software           |     http://www.hyperactivesw.com

_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to