A quick way to load arrays

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
DoubleDutch
Addict
Addict
Posts: 3220
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Post by DoubleDutch »

The parameter isn't the array size - it's the start load index.

Having a start load index would be very useful (especially if it can be a variable, not just a constant).
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
dagcrack
Addict
Addict
Posts: 1868
Joined: Sun Mar 07, 2004 8:47 am
Location: Argentina
Contact:

Post by dagcrack »

I would rather have built-in dynamic linked-lists and arrays before any syntax sugar. After all you only input a sovel filter (or whatever) once.

Something within the lines of the std::vector and std::list would be great for PB. Anything else is up to the authors when it comes to syntax, etc. But to me that's standard functionality that should be added ASAP (dynamic lists for instance)

Sure, write your own -- defeating the entire purpose of the word "pure" in the process...
! Black holes are where God divided by zero !
My little blog!
(Not for the faint hearted!)
Post Reply