Posted: Wed May 01, 2002 11:33 pm
Restored from previous forum. Originally posted by PB.
Could a future release please allow the following...
...rather than using multiple lines like this:
PB - Registered PureBasic Coder
Could a future release please allow the following...
Code: Select all
Dim array$(1),array$(2),array$(3)
Code: Select all
Dim array$(1)
Dim array$(2)
Dim array$(3)
PB - Registered PureBasic Coder