multiply your value for 1.333.
Dammy var word
YourValue var word
NewValue var word
Dammy = yourValue * 1333
NewValue = DIV32 1000
NewValue will contain the 4/4 from the 3/4 given in yourValue.
or another way is
multiply yourvalue by 4 and divide by 3
Dummy = YourValue * 4000
NewValue = DIV32 3000
Cheers
Al.
Bookmarks