"delete column 5 of someContainer"

Something you want to see in a LiveCode product? Want a new forum set up for a specific topic? Talk about it here.

Moderator: Klaus

Post Reply
MichaelBluejay
Posts: 230
Joined: Thu Jul 01, 2010 11:50 am

"delete column 5 of someContainer"

Post by MichaelBluejay » Tue Jul 27, 2010 6:22 am

Rev makes it easy to address lines of a container, e.g.:
delete line 5 of someContainer
It would be nice if we could do the same thing for columns, e.g.:
delete column 5 of someContainer
The column delimiter could be the same as the itemdelimiter (or we could have a new columnDelimiter property).

I know I can roll my own by writing a function, but my understanding is the point of Revolution is that things should be easy.

Thanks for considering this.

Post Reply