Question about DeleteLine and DeleteLines

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
keithglong
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 348
Joined: Sun Jul 03, 2011 2:04 am

Question about DeleteLine and DeleteLines

Post by keithglong » Thu Dec 15, 2011 10:02 pm

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

Post Reply