Datasheet

Programming PIC Microcontrollers in BASIC - mikroElektronika
Example
LCD_Chr_CP("k")
' Prints character "k" at current cursor position
5.2.9.5 LCD_Out – Prints string on LCD at specified row and col
Prototype
sub procedure LCD_Out(dim Row as byte, dim Column as byte, dim byref Text
as char[255])
Description Prints <Text> (string variable) at specified <Row> and <Column> on LCD. Both string variables and string
constants can be passed.
Example
LCD_Out(1, 3, Text)
' Prints string variable Text on LCD (1st row, 3rd column)
5.2.9.6 LCD_Out_CP – Prints string on LCD at current cursor position
Prototype
sub procedure LCD_Out_CP(dim byref Text as char[255])
Description Prints <Text> (string variable) at current cursor position. Both string variables and string constants can be
passed.
http://www.mikroelektronika.co.yu/english/product/books/picbasicbook/05.htm (61 sur 112)05/11/2004 02:20:52