Difference between revisions of "ISKernel:WindowText (Command)"
Jump to navigation
Jump to search
(5 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
== Syntax == | == Syntax == | ||
+ | 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}} | ||
+ | [[Category:Inner Space]] | ||
+ | [[Category:Inner Space Kernel]] | ||
+ | [[Category:Inner Space Kernel Commands]] |
Latest revision as of 23:47, 18 November 2011
Contents
Syntax
WindowText <text>
Sets the title of the current window to <text>
Description
Examples
WindowText ${Me.Name}
See Also