Many thanks for the replies, I will give your suggestions a go.
My apologies to Little John - for "collections" read "structures" (too many languages going round and round .......).
Search found 2 matches
- Fri Aug 08, 2008 4:28 pm
- Forum: Coding Questions
- Topic: Size Of Arrays
- Replies: 6
- Views: 1129
- Fri Aug 08, 2008 1:16 pm
- Forum: Coding Questions
- Topic: Size Of Arrays
- Replies: 6
- Views: 1129
Size Of Arrays
If you don't know in advance, does PureBasic have a method of obtaining the number and range of items in an array? The tools I am used to (VB6, VBScript etc) are LBound and UBound, but PureBasic doesn't seem to have these.
I understand that PureBasic can use linked lists and collections instead of ...
I understand that PureBasic can use linked lists and collections instead of ...