Could someone please help with a few lines of code explaining how to do the following:
If I have :
I would like to get 54 in ValueSm.Code:ValueBig var WORD
ValueSm Var Byte
ValueBig=5438
Thanks in advance.
Printable View
Could someone please help with a few lines of code explaining how to do the following:
If I have :
I would like to get 54 in ValueSm.Code:ValueBig var WORD
ValueSm Var Byte
ValueBig=5438
Thanks in advance.
How about
ValuSM = ValueBig/100
Charles, thanks for the reply. What will happen to ".38". Will that be ignored by the PBP?