Jacxonia Posted January 31, 2011 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!
JohnOne Posted January 31, 2011 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.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now