I've been debugging a module that I eventually want to have write to a new CSV file several times over the course of a few weeks. I'd just been updating the name of the file manually or deleting the old one while I was debugging, figuring I would figure out how to add date/time etc. to the name later, but now that I've gotten to it, every time I try to add a global string to the Combi file name DASYLab crashes. Sometimes it will crash as soon as I right click and click on Global String to add it, but other times it will let me add the string either through the menu or by typing it in, but as soon as I hit OK on the write data module the whole program crashes. Am I doing something wrong? I started by using ${DATE} but read somewhere that that doesn't work on certain versions of Windows so I've also tried just using ${YEAR} as a test and the same thing happens.
Question
jmeisser
I've been debugging a module that I eventually want to have write to a new CSV file several times over the course of a few weeks. I'd just been updating the name of the file manually or deleting the old one while I was debugging, figuring I would figure out how to add date/time etc. to the name later, but now that I've gotten to it, every time I try to add a global string to the Combi file name DASYLab crashes. Sometimes it will crash as soon as I right click and click on Global String to add it, but other times it will let me add the string either through the menu or by typing it in, but as soon as I hit OK on the write data module the whole program crashes. Am I doing something wrong? I started by using ${DATE} but read somewhere that that doesn't work on certain versions of Windows so I've also tried just using ${YEAR} as a test and the same thing happens.
Thanks,
-J
Edited by jmeisserLink to comment
Share on other sites
5 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now