Consulta i valori di default della finestra di testo
TextWindow.WriteLine(TextWindow.BackgroundColor) TextWindow.WriteLine(TextWindow.ForegroundColor) TextWindow.WriteLine(TextWindow.CursorLeft) ' Colonna del cursore TextWindow.WriteLine(TextWindow.CursorTop) ' Riga del cursore TextWindow.WriteLine(TextWindow.Left) ' Colonna della finestra TextWindow.WriteLine(TextWindow.Title) TextWindow.WriteLine(TextWindow.Top) ' Riga della finestra