Hi there,
I'm a bit of a newbie to the SlickEdit thing, and I'm looking for a function that saves a string in a specified file. I've been able to easily open a file and place the contents into a string using GetFileContents, but I can't seem to find the reverse.
Something along the lines of Put(_str filename, _str text), maybe? Or should I be doing this a different way?