Search found 2 matches

by PureNewbie
Fri Aug 08, 2008 4:28 pm
Forum: Coding Questions
Topic: Size Of Arrays
Replies: 6
Views: 1129

Size Of Arrays

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 .......).
by PureNewbie
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 ...