Difference between revisions of "Category:LSL String"

From Second Life Wiki
Jump to navigation Jump to search
 
(merge String into Category:LSL_String, redirect String to Category:LSL_String)
Line 1: Line 1:
{{LSL Header}}
{{LSL Header}}
A string is a text data. String values are enclosed in quotes when you define them. You can use every letter or number in a string!
String examples:
<pre>"Hello Avatar!", "Yes", "No", "It's 10 o'clock.", "I am 21 years old!"</pre>

Revision as of 17:14, 16 February 2007

A string is a text data. String values are enclosed in quotes when you define them. You can use every letter or number in a string!


String examples:

"Hello Avatar!", "Yes", "No", "It's 10 o'clock.", "I am 21 years old!"