In the Docs,there are two kinds of list commands, functions and methods. I've created a global list:tlist.
how do use either ?the functions and the methods.
thanks,
mudcat
how do use either ?the functions and the methods.
thanks,
mudcat
list.AddLast("my entry")
global list:Tlist list.remove("my entry") 'Function ListRemove( list:TList,value:Object ) list.remove("my entry") 'Method Remove() list.addfirst("myentry") 'Method AddFirst:TLink( value:Object ) list.addfirst("myentry") 'Function ListAddFirst:TLink( list:TList,value:Object )