# export_string_unsafe
export_string_unsafe(text, description)
Source (opens new window)
Create a window with the given text, allowing you to copy-paste it for your own use. May be useful for debugging.
Warning
This function can create softlocks. Prefer export_string.
export_string_unsafe(print_log, "My Print Log")
Parameters:
text
: string
The text to export.description
: string
The title to display at the top of the export window.
See Also
- export_string: Export a string safely, with a once-per-5-second limit to prevent softlocks.
← export_string prints →