Things get reported... and they seem to come at the same time.
We resolved a similar only last week.
May I send you a test compiler to see if this resolves the issue? Send me a Personal Message with your contact email address.
I just tried 236*2000and got 472000 in the new compiler.
#chip 16f877a,4
'USART settings
#define USART_BAUD_RATE 9600
#define USART_TX_BLOCKING
dim TempSTR as String
dim TempVal as Long
'systat calculation
dim refa as long
dim refb as Long
dim answer as Long
refb =236
Tempval=2000
answer= refb*Tempval
HSerPrint answer
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi
When multiplying 232000 = 46000 'correct
When multiplying 2362000 = 13248 'incorrect
Help!
Things get reported... and they seem to come at the same time.
We resolved a similar only last week.
May I send you a test compiler to see if this resolves the issue? Send me a Personal Message with your contact email address.
I just tried
236*2000
and got472000
in the new compiler.email sent.
no email. :-)