Page 1 of 1

Exponentiation of large numbers

Posted: Mon Mar 17, 2014 8:43 pm
by Eugene Lutsenko
How not to build the power and number to learn this, there is an error during this operation?

Re: Exponentiation of large numbers

Posted: Wed Mar 26, 2014 12:38 pm
by Eugene Lutsenko
It may be possible to arrange an error processing performance so that if there is not a message window for information on the error and a variable is assigned to a predetermined value (eg FlagError: =. T.) and the program continues to work on

Re: Exponentiation of large numbers

Posted: Thu Mar 27, 2014 4:53 pm
by rdonnay
You can write your own custom error handler.

Look at the Xbase++ function ErrorBlock().

Re: Exponentiation of large numbers

Posted: Fri Mar 28, 2014 2:55 am
by Eugene Lutsenko
Yes, this is what me need.
Thank you very much!