Re: Calculator
yeah, this is just very simple.
you could also add some variables and make them recieve the first two textNumbers.
you could also add some variables and make them recieve the first two textNumbers.
Fuzzy wrote:==Kalladdolf== wrote:
- Code: Select all
txb3.textNumber = txb1.textNumber + txb2.textNumber;
Although it certainly works, for a serious application I would not suggest using textNumber for things like this. Use properly named global variables.
Bee-Ant wrote:Yeah...basic calculator is so easy...but, how about scientific calculator???Which use :
sin, cos, tan, inv, hyp, rand, etc...
Zehper48 wrote:thanks for the demo Sgt. Sparky!
it helped me!
ohhh, ill be impressed if sombody makes a scientific calculator!