Difference between revisions of "Term.clearLine"

From ComputerCraft Wiki
Jump to: navigation, search
(Anh em Ta voi nhau coi di)
(Undo revision 1794 by 37.59.80.67 (talk))
Line 1: Line 1:
Hello my friend heres my new gig easy as it looks Ill send u a total of 5350++ backlinks to your website in 2 tiers. This gig its for 1 website and up to 5 keywords. First tier to your main website 350 page rank 1-5 and the the second tier of 5000 profile backlinks pointing to your first tier.Ill send u a report in a txt file in less than 48 hours.Any question just send me a private message
+
{{lowercase}}
 +
{{Function
 +
|name=term.clearLine
 +
|args=none
 +
|returns=none
 +
|api=term
 +
|addon=ComputerCraft
 +
|desc=Clears the line that the cursor is currently on.
 +
|examples=
 +
{{Example
 +
|desc=Clears the line that the cursor is currently on.
 +
|code=term.clearLine()
 +
}}
 +
}}

Revision as of 14:26, 24 June 2012


Grid Redstone.png  Function term.clearLine
Clears the line that the cursor is currently on.
Syntax term.clearLine(none)
Returns none
Part of ComputerCraft
API term

Examples

Grid paper.png  Example
Clears the line that the cursor is currently on.
Code
term.clearLine()