Bug Report for Macro Command
Posted: Wed May 11, 2005 4:45 pm
When I write a macro to open a file, close that file, and then open a 2nd file, DPlot would crash and exit when opening the 2nd file.
For example:
Both example macros above would result in DPlot exiting without warning.
This bug is in the newer version 1.9.9.5 and 1.9.9.7 of the Registered DPlot. I did not try it with an older version of DPlot, nor on the free variant of DPlot.
For example:
Code: Select all
FileType(1)
FileOpen("C:\Program Files\DPlot\EX01.GRF")
FileClose()
FileOpen("C:\Program Files\DPlot\EX01.GRF")
Code: Select all
Directory("C:\Program Files\DPlot")
FileType(1)
ForFilesIn("*.grf")
FileClose()
NextFile
This bug is in the newer version 1.9.9.5 and 1.9.9.7 of the Registered DPlot. I did not try it with an older version of DPlot, nor on the free variant of DPlot.