Jacxonia 0 Posted January 31, 2011 hey I would like to make a programm that writes two varriables($vt and $vtb) into a text file one varriable on each line! the txt does not exist so the programm should be able to make a txt file! I appreciate any help! Thank You! Share this post Link to post Share on other sites
JohnOne 1,603 Posted January 31, 2011 FileWriteLine("textfile.txt",$vt) FileWriteLine("textfile.txt",$vtb) AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Share this post Link to post Share on other sites