Sub ClearList(ByVal list As Any Ptr )
Очищает список
list - указатель на список
Windows , Linux
#Include "Linked_Lists.bi"
Var list= NewList()
AddElement_D(List,767.676)
AddElement_D(List,8848.36)
AddElement_D(List,66.368)
? SizeList(list)
ClearList(list)
? SizeList(list)
Sleep
3
0
Created with the Personal Edition of HelpNDoc: Easy CHM and documentation editor