Difference between revisions of "ObjectType:mutablestring"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 22: Line 22:
 
== See Also ==
 
== See Also ==
 
* [[LavishScript:Data Types|Data Types]]
 
* [[LavishScript:Data Types|Data Types]]
 +
 +
[[Category:LavishScript]]

Revision as of 21:43, 25 May 2005

Description

A string, also known as text is a series of consecutive characters.

Members

(none)

Methods

  • Set[text]: Sets the value of the string to this new text
  • Concat[text]: Concatenates the string with this new text
  • ToUpper: Converts the string to upper case
  • ToLower: Converts the string to lower case

Inherits

Declaring string Variables

Setting string Variables

Comparing Strings

See Also