UseModule improvement

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
kpeters58
Enthusiast
Enthusiast
Posts: 341
Joined: Tue Nov 22, 2011 5:11 pm
Location: Kelowna, BC, Canada

UseModule improvement

Post by kpeters58 »

It would be nice if multiple modules could be listed, rather than having to have multiple lines:


UseModule module_a, module_b, module_c
PB 5.73 on Windows 10 & OS X High Sierra
User avatar
holzhacker
Enthusiast
Enthusiast
Posts: 123
Joined: Mon Mar 08, 2010 9:14 pm
Location: "Mens sana in corpore sano"
Contact:

Re: UseModule improvement

Post by holzhacker »

+1

It would be of great help to further organize the code.
Greetings and thanks!

Romerio Medeiros
romerio@gmail.com
Mistrel
Addict
Addict
Posts: 3415
Joined: Sat Jun 30, 2007 8:04 pm

Re: UseModule improvement

Post by Mistrel »

This seems to be well inline with similar features already present. This is a good suggestion.
User avatar
luis
Addict
Addict
Posts: 3876
Joined: Wed Aug 31, 2005 11:09 pm
Location: Italy

Re: UseModule improvement

Post by luis »

Mistrel wrote:This seems to be well inline with similar features already present
Dim too has a similar limitation.

In PB you can't write

Code: Select all

Dim a(5), b(10)
You were able to do that in 1964 with the Dartmouth BASIC. :shock:
"Have you tried turning it off and on again ?"
A little PureBasic review
Post Reply