kunkel321 Posted April 23, 2009 Report Share Posted April 23, 2009 I'd like to edit a .txt file (replace its entire text with the contents of a Text Var) but I'd prefer to do it "behind the scenes." I see how to rename it or change it's attributes, but not its content.... DOes anyone know if this is possible? THanks -steve Quote Link to comment Share on other sites More sharing options...
kevin Posted April 23, 2009 Report Share Posted April 23, 2009 To save the content of a variable into a text file use the Variable Modify String: Save %TextVar% to "c:\test.txt" command. If the file already exists, this will overwrite the contents of the file. If it does not already exist, the file will be created. Quote Link to comment Share on other sites More sharing options...
kunkel321 Posted April 25, 2009 Author Report Share Posted April 25, 2009 Perfect--Thanks Kevin! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.