AppSetTitle

AppSetTitle sets UniPlot’s window title.

bool = AppSetTitle(ssTitle)

Return Value

If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).

Parameters

ssTitle

ssTitle is the new text of the UniPlot window title.

Example

AppSetTitle("My UniPlot")
AppSetTitle("") // Set default

id-1233325