|
Action |
Sets the title of the current console.
|
Syntax |
SETTITLE("title")
|
Parameters |
Title
String that will be used as the new title for the current console.
|
Remarks |
The title is only active while KiXtart runs. As soon as KiXtart exits, the original title of the console will be restored.
|
Returns |
|
0 |
Title set |
|
Error code |
Function failed |
|
Example |
If SetTitle ("KiXtart Logon") = 0
?
"Set the new title...."
Endif