Keep Program Moving Despite Error
Posted: Fri Jan 29, 2021 10:37 am
I have a program that runs a loop and calculates a @dlog of a series.
When it gets to a negative number, I get a message which says:
"Log of non positive number - Missing data generated in series..."
The message stops the program.
I'm ok with the missing data being generated in the series.
How do I get the program to ignore the error and just keep moving?
Many thanks!
Kevin
When it gets to a negative number, I get a message which says:
"Log of non positive number - Missing data generated in series..."
The message stops the program.
I'm ok with the missing data being generated in the series.
How do I get the program to ignore the error and just keep moving?
Many thanks!
Kevin