Api/minux.monitorprint(): Difference between revisions

From Minux Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
a lazy method to print a single line to an attached monitor. good for server output.
[[Api/minux|minux api]] that prints a single line to an attached monitor. good for server output.
 
unlike monitor.write this one acts more like print, moving to the next line when done.
 





Latest revision as of 08:56, 28 September 2024

minux api that prints a single line to an attached monitor. good for server output.

unlike monitor.write this one acts more like print, moving to the next line when done.


usage:

minux.monitorprint(printstring)


arguments:

printstring - the string that should be printed


output:

prints said string on the attached monitor.