Skip to main content

Get printed buffer content (print.out)

Declaration

buf = print.out()

Returns

  • buf
    String. Empties the print buffer and returns its contents.

Notes

Empties the print buffer and returns its contents.

Example

-- Show the print buffer in an alert
sys.alert(print.out())

Note: Uses sys.alert