Change Name of Window Title

make

Member
Hi there,

can anybody tell me how i can change the Name of the window-title.
I tried :
{&window-name}: title = Startwindow.

I get an error message!

Ideas ?

Make
 
If you have define Startwindow as a character variable it should work otherwise you should use: {&window-name}: title = 'Startwindow'.
 
Top