![]() |
Forum Index : Microcontroller and PC projects : Possible bug in data/read for ints:4.6v20
Author | Message | ||||
matherp Guru ![]() Joined: 11/12/2012 Location: United KingdomPosts: 10205 |
Hi I may be missing something but there seems to be a problem with integers in a data/read structure? option default integer
data &H0000003E5B4F5B3E, &H0000003E6B4F6B3E, &H0000001C3E7C3E1C read a,b,c print hex$(a,16),hex$(b,16),hex$(c,16) gives: 0000000052796D3D 000000005279AD3E 0000000051E1F3E2 |
||||
Geoffg![]() Guru ![]() Joined: 06/06/2011 Location: AustraliaPosts: 3282 |
Thanks, you have found a bug. The READ command does not correctly read integers. It will be fixed in the next beta release. Much appreciated, Geoff Geoff Graham - http://geoffg.net |
||||
![]() |
![]() |
The Back Shed's forum code is written, and hosted, in Australia. | © JAQ Software 2025 |