La interfaz de VDS Renaissance está disponible en varios idiomas. La documentación oficial se mantiene en inglés para garantizar una referencia única, coherente y siempre actualizada.
CONSOLE
Syntax
CONSOLE OPEN
CONSOLE CLOSE
Description
The CONSOLE command allows a DialogScript Windows program to open and close a console window which may be used for input (using @READ and @READLINE) and output (using WRITE and WRITELINE.)
| CONSOLE OPEN | Displays a text mode console |
| CONSOLE CLOSE | Closes the text mode console |
If a script is compiled as a console application (by specifying this in the project options) then a console is automatically created when the program starts.
OK
Set to false if the command is unsuccessful.