Req: Dim multiple arrays on one line

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by PB.

Could a future release please allow the following...

Code: Select all

Dim array$(1),array$(2),array$(3)
...rather than using multiple lines like this:

Code: Select all

Dim array$(1)
Dim array$(2)
Dim array$(3)

PB - Registered PureBasic Coder