Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Collections?
#1
Is there anything like a VB collection in FreeBasic? I poked around in the inc folder but didn't see anything that looked like a collection.

If not, does someone have some code that implements a collection? I can read C and a bit of C++. Google didn't really turn up any code examples for me.

Thanks!
Reply
#2
Collections in VB are implemented using the Variant data type, which FB doesn't (and hopefully never will...) have.

If you want something similar to a Collection, check out the GDSL hash support - I haven't tried it, though it looks promising.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)