Is there a way to test if an export to CSV was successful?
We have discovered that if the user has the CSV file open when they try and overwrite it from FlexSim using the exporttable command, FlexSim continues without any kind of warning. Is there a way to validate that the export was successful? I tried returning the value of exporttable, but it is always 0 regardless of whether it succeeds or not.
Ideally, we would want to be able to check if the export failed, and display a warning message to the user if this was the case.