Pages: 1
I think there should be a block where you can delete a certian item on the list:Delete {Certian item} from listInstead of:Delete {1} of list
Offline
It should be both, not instead of.But it is possible...set [counter] to 1repeat <length of list> timesif <item [counter] of list>=thingtobedeleteddelete {counter} of listelsechange [counter] by 1