adval0 = 2904
result = adval0 / 15100
remainder = adval0 // 15100
result = 0
remainder is 2904
How do I get the acutal number it should be 0.192xxx?
You aren't going to get .192xxx.
PBP only deals with integer math, as stated in the PBP manual.
You'll have to write your own routines to get anything past the decimal point.
Bookmarks