Ignored case
Posted: Thu Sep 27, 2012 5:07 am
As I have written elsewhere (http://forums.eviews.com/viewtopic.php? ... 688#p20016), the command dbcreate seems to ignore the case provide by the user. The code below creates a file called temp.bnk and not, as asked for, TeMp.BnK.
I see now that the same applies to other commands, e.g. logsave, which creates the file mylog.rtf and not MyLog.rtf.
Is something you might consider fixing?
Code: Select all
dbcreate(type=aremos) c:\TeMp.BnKCode: Select all
logsave(type=rtf) c:\MyLog.rtf