Quote Originally Posted by aajgss View Post
...I am using an 18F14K50. I did try a LONG variable and multiplied the counts by 10000, but still got the same results. I looked like I was getting a 16 bit math overflow. Most likely cause was me not knowing what I am doing. Is it just a case of using a LONG identifier or is there something else I need to do. There is an option in MCS to use PBPL. Is PBPL another part of PBP, a different program all together or some type of addin? I find the documentation for this kind of simple info a bit difficult to locate.
...

I see it at least in section 3 (pages 17 and on), and in section 4 on Variables (page 23) and Division (page 37). It could be in other places; no fast way to use SEARCH in a book besides the table of contents (no index that I can see).

(I really need to reread the manual, they've added important information in there)