LOCATE/de
(Difference between revisions)
m (1 revision) |
(→(**COPIED FROM ENGLISH PAGE**) =) |
||
Line 1: | Line 1: | ||
− | + | = <span class="f_Header">Funktion</span> = | |
− | + | Setzt die LCD-Schreibmarke an die entsprechende Position. | |
<span style="font-family: Arial;"> </span> | <span style="font-family: Arial;"> </span> |
Revision as of 22:52, 24 February 2013
Contents |
Funktion
Setzt die LCD-Schreibmarke an die entsprechende Position.
Syntax
LOCATE y , x
Remarks
X |
Constant or variable with the position. (1-64*) |
Y |
Constant or variable with the line (1 - 4*) |
- Depending on the used display
See also
CONFIG LCD , LCD , HOME , CLS
Partial Example
LCD "Hello" Locate 1,10 LCD "*"
Languages | English • Deutsch |
---|