Page 2 of 2
Posted: Sat Jun 13, 2009 7:24 pm
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).
Posted: Sun Jun 14, 2009 6:19 am
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...