[Implemented] Dims and random arrays

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

[Implemented] Dims and random arrays

Post by PB »

How about a way to have multiple Dims on one line?
Example: Dim one(1),two(2),three(3) ...
I have many Dims and they take up so much vertical space... :)

Also, a way to randomize the contents of an array would be nice.
I'm currently doing it with a procedure, but perhaps an option 4
for the SortArray command would be nice (4 = randomize)...?