Hi All,
Another query on the use of BigNumbers. In HEX if I try to use more than 5 hex digits the system crashes.
IE I can get the NOT function on ABCDE to work but get an error for NOT ABCDEF.
I have read on the forum references to "The Demo" for BigNumbers but can't find it. Can anyone point me to this, it may help.
Any help on what I am doing wrong would be greatly appreciated.
Regards Roger
Another query on the use of BigNumbers. In HEX if I try to use more than 5 hex digits the system crashes.
IE I can get the NOT function on ABCDE to work but get an error for NOT ABCDEF.
B4X:
Dim R1 As String
Dim Result as Double
R1 = ABCDEF
Sub NOTFUNCTION
BIGBit.Initialize(R1)
BIGBit = BIGBit.Not
Result = BIGBit
End Sub
I have read on the forum references to "The Demo" for BigNumbers but can't find it. Can anyone point me to this, it may help.
Any help on what I am doing wrong would be greatly appreciated.
Regards Roger