Lingo Dictionary > D-F > deleteAll |
![]() ![]() ![]() |
deleteAll
Syntax
list
.deleteAll()
deleteAll
list
Description
List command; deletes all items in the specified list without changing the list type.
Example
This statement deletes every item in the list named propList:
propList.deleteAll()
![]() ![]() ![]() |