SaveText
Introduction
The SaveText function is a function that can be used to easily save the contents of a string to a .txt file. This function will overwrite previously-created .txt files if an existing file name is passed, so be careful calling this method.
Code Example
The following code creates a string, saves it to a .txt file, then opens that file.
Last updated