On tryscript runs where the script contains: FileGetNextUniqueRow(hFilename1, true); this strips out the top row that was used of a data file after a test run. However, if a test run fails, the script deletes the record, even though the transaction did not complete to an ending with a submission - is there an easy way to only have the record stripped out if the script ran all the way to the end? The new nice feature you added in try scripts, where you can run the script over again to a certain line in the script costs you a record with each subsequent iteration when using the FileGetNextUniqueRow(hFilename1, true); option. Thanks in advance -
↧