Difference between revisions of "ISKernel:WindowText (Command)"

From Lavish Software Wiki
Jump to navigation Jump to search
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
== Syntax ==
 
== Syntax ==
 
WindowText <text>
 
WindowText <text>
 +
 +
Sets the title of the current window to <text>
  
 
== Description ==
 
== Description ==
  
 
== Examples ==
 
== Examples ==
 +
 +
WindowText ${Me.Name}
  
 
== See Also ==
 
== See Also ==
 
*[[LavishScript:Commands|LavishScript Commands]]
 
*[[LavishScript:Commands|LavishScript Commands]]
 +
*[[IS:Kernel#Commands|Kernel Commands]]
 
*[[IS:Session#Commands|Inner Space Session Commands]]
 
*[[IS:Session#Commands|Inner Space Session Commands]]
 +
  
 
{{Command-Stub}}
 
{{Command-Stub}}
 
[[Category:Inner Space]]
 
[[Category:Inner Space]]
[[Category:Inner Space Session]]
+
[[Category:Inner Space Kernel]]
[[Category:Inner Space Session Commands]]
+
[[Category:Inner Space Kernel Commands]]

Latest revision as of 23:47, 18 November 2011

Syntax

WindowText <text>

Sets the title of the current window to <text>

Description

Examples

WindowText ${Me.Name}

See Also