Exponentiation of large numbers

This forum is for eXpress++ general support.
Post Reply
Message
Author
User avatar
Eugene Lutsenko
Posts: 1649
Joined: Sat Feb 04, 2012 2:23 am
Location: Russia, Southern federal district, city of Krasnodar
Contact:

Exponentiation of large numbers

#1 Post by Eugene Lutsenko »

How not to build the power and number to learn this, there is an error during this operation?

User avatar
Eugene Lutsenko
Posts: 1649
Joined: Sat Feb 04, 2012 2:23 am
Location: Russia, Southern federal district, city of Krasnodar
Contact:

Re: Exponentiation of large numbers

#2 Post 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

User avatar
rdonnay
Site Admin
Posts: 4813
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: Exponentiation of large numbers

#3 Post by rdonnay »

You can write your own custom error handler.

Look at the Xbase++ function ErrorBlock().
The eXpress train is coming - and it has more cars.

User avatar
Eugene Lutsenko
Posts: 1649
Joined: Sat Feb 04, 2012 2:23 am
Location: Russia, Southern federal district, city of Krasnodar
Contact:

Re: Exponentiation of large numbers

#4 Post by Eugene Lutsenko »

Yes, this is what me need.
Thank you very much!

Post Reply