Page 1 of 1

Question about DeleteLine and DeleteLines

Posted: Thu Dec 15, 2011 10:02 pm
by keithglong
Hi All,

A quick question for you. In the Data Grid Manual (i.e., LiveCode_Data_Grid.pdf) it states regarding DeleteLines:
Deletes the specified lines from the data grid. pLines is a comma delimited list of integers.
When I try this in one of my projects, only one line is deleted from the data grid... I have to repeat with each item to delete it...

The aforementioned documentation makes it sound like it is supposed to delete each item in the comma delimited list, or am I wrong?

Thanks,

- Boo