Difference between revisions of "Disk.getLabel"

From ComputerCraft Wiki
Jump to: navigation, search
(Bent Computer)
(Undo revision 1951 by 91.121.27.33 (talk))
Line 1: Line 1:
Nike footwear contain probably the most in demand designs for shoes or boots across the world. They've acquired big popularity with their valuable countless features and also low prices. Nike shoes would be designed throughout 1962. Now these footwear are getting to be the most popular shoes or boots on this planet. Nike heels include more thatn enough shoe collections. This really is a person leading basis for its own reputation. Those who various requirements and also likings can compare the particular boot they really want comprising a real Nike. No matter if you're a guy or a girl, her or even a young man, a good aged person or perhaps little tot, you may find a fine Nike shoe on your own without any dilemma. A number of the well-known solutions coming from Nike consist of shoes.elementary shoes or boots, cleats, sandals in jamaica, boots, as well as spikes.
+
{{lowercase}}
Apart from the truly amazing product lines needed for Nike, the actual toughness for these footwear is an additional reason for the recognition. These footwear may also be highly cozy driving them to a goody to the foot. Form newest technologies employed in the particular output among these footwear ensures they are an ideal choice for a lot of. Nike Fatmus Air Optimum, Nike Seasoned, Nike+ contain a little of the trusted sneaker through Nike.  
+
{{Function
The most in demand footwear coming from Nike is the athletic shoes or boots. These sneakers right from Nike are actually trusted each aspects of the world. You may find Nike particular sports selections several sporting activities for example football, soccer, tennis, basketball game, the sport of golf and in addition football. Each one of these accumulation are created according to distinct necessities worth mentioning cards. These footwear from Nike tend to be employed for physical activities about the worldwide amount.
+
|name=disk.getLabel
You can also find more thatn enough collection to gain laid-back wear. These included running shoes, sports shoes, heels with regard to boating to name a few options. Each of these footwear are generally durable and also beautiful.  
+
|args=[[string (type)|string]] side
Sandals via Nike will also be durables and also light-weight. These are truly cozy along with soft forcing them to an incredible selections for unending shoppers. Footwear via Nike will also be extremely popular sneakers. They might be strong, durable along with elegant. This Surges at Nike'ersus is truly in demand shoes and boots. With a huge selection of sellers all over world wide, Nike'ings nick name stands apart on the planet involving shoes or boots.
+
|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 17:26, 4 July 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