This question may sounds naive but what is the c(current_date)? is it a scalar of string or a local?
disp c(current_date) indicates that c(current_date) is just a string scalar but disp "`c(current_date)'" shows that it is a local macro
what is the truth here?
disp c(current_date) indicates that c(current_date) is just a string scalar but disp "`c(current_date)'" shows that it is a local macro
what is the truth here?
Comment