Page 1 of 1

Posted: Wed May 01, 2002 11:33 pm
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