Enable explicit for groups

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
graves
Enthusiast
Enthusiast
Posts: 160
Joined: Wed Oct 03, 2007 2:38 pm
Location: To the deal with a pepper

Enable explicit for groups

Post by graves »

Hi,
It will be very useful (I think), if we can add groups of variables to "EnableExplicit" directive, with a syntax similar to this one:

Code: Select all

EnableExplicit W3* TT*
This way, there will be able to control only those variables that are interested in the program, (all starting with "W3" and "TT", in the example)

Regards
Little John
Addict
Addict
Posts: 4779
Joined: Thu Jun 07, 2007 3:25 pm
Location: Berlin, Germany

Post by Little John »

Sorry, I have to disagree. This would be a contradiction to the sense of EnableExplicit.

Regards, Little John
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Post by PB »

I also disagree. It is the total opposite of what EnableExplicit is meant to do.
User avatar
Kaeru Gaman
Addict
Addict
Posts: 4826
Joined: Sun Mar 19, 2006 1:57 pm
Location: Germany

Post by Kaeru Gaman »

me disagree three! hugh!
oh... and have a nice day.
Post Reply