Linked Lists with User Defined Types?

BlitzMax Forums/BlitzMax Programming/Linked Lists with User Defined Types?

Duffer(Posted 2013) [#1]
Can it be done?


GfK(Posted 2013) [#2]
Yes. You can put any object into a linked list, with the caveat that Byte, Int, Float et al, are not objects per se.

[edit] My modus operandi seems to have lapsed into Latin today, for some peculiar reason. Anyway, must dash - tempus is fugiting.


Duffer(Posted 2013) [#3]
Brilliant - thanks Gfk