Difference between revisions of "Disk.getLabel"

From ComputerCraft Wiki
Jump to: navigation, search
(anh con may voi nhau xem nha)
(Undo revision 1795 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=disk.getLabel
 +
|args=[[string (type)|string]] side
 +
|api=disk
 +
|returns=[[string (type)|string]] disk label
 +
|addon=ComputerCraft
 +
|examples=
 +
{{Example
 +
|desc=Checks for data saved on the disk in the bottom drive
 +
|code=print(disk.getLabel("bottom"))
 +
|output=Floppy --'''Output changes according to the disk label'''
 +
}}
 +
}}

Revision as of 14:26, 24 June 2012


Grid Redstone.png  Function disk.getLabel
No description provided.
Syntax disk.getLabel(string side)
Returns string disk label
Part of ComputerCraft
API disk

Examples

Grid paper.png  Example
Checks for data saved on the disk in the bottom drive
Code
print(disk.getLabel("bottom"))
Output Floppy --Output changes according to the disk label