Page 1 of 1

"delete column 5 of someContainer"

Posted: Tue Jul 27, 2010 6:22 am
by MichaelBluejay
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.