Code:
clear sysuse auto confirm variable , exact
I think the above should be equivalent to
Code:
clear sysuse auto confirm variable
In case you are wondering, this is relevant in situations where you pass to confirm a local macro that might contain a variable name (or a variable list) but might also be empty. Something like
Code:
confirm `could_be_a_varname_or_empty' , exact
Edit:
Here is my workaround that I would like to share:
Code:
novarabbrev confirm variable ...
0 Response to Suspected bug in -confirm-
Post a Comment