LogCalc - Handy Calculator

Erel

B4X founder
Staff member
Licensed User
Longtime User
This is my attempt in our competition.
While not so fancy it is a pretty handy calculator.
As seen in the following screen shots, the calculator parses the complete formula and allows you to write expressions.
It also keeps a log with all the calculations done.
Using the clipboard methods you can copy calculations from the log to the input field.
'A' - Represents the last answer.
'An' - Represents the nth answer.




The code is almost not documented. Feel free to ask any question about the code.
 

Attachments

  • LogCalc.zip
    15.5 KB · Views: 367

RandomCoder

Well-Known Member
Licensed User
Longtime User
How do you do it so fast??
My attempt will be ready in the next few days (much more complete than my last App ).

I opted away from using a text string input after finding out how difficult it was to extract all various operations in the correct order.
:sign0188:

Should we all post our attempts at the competition here in this thread or start a new thread?

Regards,
RandomCoder
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…