Contents

Input and Output Commands


messagebox <text>, <flags>, <title>, <accumulator> - Displays a standard message box. The result (button clicked) is stored in the accumulator.
inputbox <prompt>, <accumulator> - Displays an input dialog. The entered text is stored in the accumulator.
console.load <caption> - Opens a console window with the specified caption.
console.unload - Closes the console window.
console.print <text> - Outputs text to the console.
console.get <accumulator> - Reads a string from the console input into the accumulator.
console.color <fore_color>, <back_color> - Sets console text and background colors.
console.attributes <attributes> - Sets console window attributes.

 

Copyright © 2001 - 2026, DotFix Software