Sub DeleteList(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)
DeleteList(list)
Created with the Personal Edition of HelpNDoc: Create iPhone web-based documentation