PIC18F8722


if i use this code >>

CHARIN VAR BYTE


for i = 0 to 15
Hserin [CHARIN]
lcdout CHARIN
next i


i get an errors (128) PBPPIC18.LIB 7697 : Missing argument(s)
(128) PBPPIC18.LIB 7699 : Missing argument(s)

if i comment out the HSERIN line, the error disappears.
I've seen tons of code that use hserin this way, but as usual,
it doesn't seem to work for me does anyone have any ideas?

TIA!