Compiler error- Missing sub procedures?

Peter-C

Member
I am working at getting an LCD attached to an 18a. On page 36 of manual 3 we are given some simple code, which I have entered. It falls over on the second line "gosub init" and also rejects "gosub wrins"

eeprom 0,("hello there")
gosub init

Main: let b1=1
gosub wrins
I assume this is a library procedure stored somewhere, as it is not mentioned again in the code that follows. Prog Editor gives a compile error at each of the gosubs and I am guessing it cannot find them?
This seems a very basic problem but I need help in sorting it. What is wrong?
Is there some simple code or process I can lift from somewhere to test the LCD?
ps Forum is superb, but does everybody else have display problems with the way punctuation appears on this forum eg AMP& instead of just &, or quot instead of ". I cannot log in using Firefox and have to revert to IE. All very odd; Is there a solution?
 
Top