TList methods?

BlitzMax Forums/BlitzMax Beginners Area/TList methods?

Pavlov(Posted 2005) [#1]
What are the methods to the TList object? I found the functions that can go with the TList object but haven't found squat on the methods the deal directly with the object. So far I've found remove, count and addlast. Are they hidden somewheres in the docs or are they not documented at all?


Perturbatio(Posted 2005) [#2]
open linkedlist.bmx and look at the source for it.


Pavlov(Posted 2005) [#3]
works for me, thanks.


FlameDuck(Posted 2005) [#4]
Are they hidden somewheres in the docs or are they not documented at all?
The later. Unfortunately.