Enable explicit for groups
Posted: Tue Jul 22, 2008 1:01 pm
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:
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
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*
Regards