VEX2 Functions Display
(→clearLCDLine) |
(→clearLCDLine) |
||
| Line 44: | Line 44: | ||
! width="20%" style="border-style: solid; border-width: 0px 0px 1px 0px"|Data Type | ! width="20%" style="border-style: solid; border-width: 0px 0px 1px 0px"|Data Type | ||
|- | |- | ||
| − | | style="border-style: solid; border-width: 1px 0px | + | | style="border-style: solid; border-width: 1px 0px 0px 0px"|''nLine'' |
| − | | style="border-style: solid; border-width: 1px 0px | + | | style="border-style: solid; border-width: 1px 0px 0px 0px"|The line to clear. 0 is the top, 1 is the bottom. |
| − | | style="border-style: solid; border-width: | + | | style="border-style: solid; border-width: 1px 0px 0px 0px"|[[Data_Types#dataType_int|int]] |
|- | |- | ||
|} | |} | ||
Revision as of 14:39, 10 February 2012
|
Main >> CORTEX >> Functions and Variables >> Display |
| For information about ROBOTC string, please see the article: Strings. |
|
| |||||||
clearLCDLine
| void clearLCDLine(const int nLine) | ||||||
| (void) Clears the indicated line of the VEX LCD to blanks. | ||||||
| ||||||
|