Re: The Console
- Posted by Kat <gertie at PELL.NET> Nov 03, 2000
- 409 views
On 3 Nov 2000, at 19:03, Derek Parnell wrote: > Hi David, > well now that the new release is out, I can try something new. So I knocked up > a console library this afternoon using Win32lib. It has the following > functions... > > global procedure ConsoleOut(integer pConsole, sequence pText) > global procedure ConsoleRowCol(integer pConsole, integer pRow, integer pCol) > global function ConsoleOpen(sequence pTitle, integer pRows, integer pCols) > global procedure ConsoleClose(integer pConsole) global function > ConsoleMetrics(integer pConsole, sequence pMetric) global procedure > ConsoleColors(integer pConsole, atom pForeground, atom pBackground) Kewl ! Kat