Hi All,
I have a number of existing "formulae" that need to be rewritten using BigNumbers but I am not sure of the best way to use BN. Below is a quick example of what exists. When I started to rewrite it I quickly created something very messy. Could someone please use this example of this using BN. I believe I will then be able to work out the rest.
Thanks in advance
Roger
I have a number of existing "formulae" that need to be rewritten using BigNumbers but I am not sure of the best way to use BN. Below is a quick example of what exists. When I started to rewrite it I quickly created something very messy. Could someone please use this example of this using BN. I believe I will then be able to work out the rest.
B4X:
Private R1, r2 as String
Private PCent as Double
Sub PC
PCent = R1 * (1 + (r2 / 100))
End Sub
Thanks in advance
Roger