Hello all,
I am currently using a 4 byte integer as a PIN.
[code:1:474688a938]
Dim Gatecode As Long '4 byte gate code...
Dim Sndpin1 As Byte At Gatecode Overlay 'LSB
Dim Sndpin2 As Byte At Gatecode + 1 Overlay
Dim Sndpin3 As Byte At Gatecode + 2 Overlay
Dim Sndpin4 As Byte At Gatecode + 3 Overlay 'MSB
[/code:1:474688a938]
I need, as an option, to include/allow an 8 byte integer as a PIN.
Can anyone suggest the correct way to do this?
Thank you,
Tim
[b:474688a938][color=red:474688a938](BASCOM-AVR version : 2.0.7.6 )[/b:474688a938][/color:474688a938]
↧