String: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
Gigs Taggart (talk | contribs)
m LSL string moved to String: pseudonamespace fix
No edit summary
Line 1: Line 1:
[[Category:LSL_Types|string]]
A string is a text data. String values are enclosed in quotes when you define them.
 
 
String examples:
"Hello Avatar!", "Yes", "No", "It's 10 o'clock.", "I am 21 years old!"

Revision as of 04:11, 16 February 2007

A string is a text data. String values are enclosed in quotes when you define them.


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