philo Posted June 2, 2005 Posted June 2, 2005 Hi $file = FileOpen("Mail.txt", 1) $answer = InputBox("Database", "Enter your E-mail.", "", "") FileWriteLine($file, $answer) Store your E-Mails Philo Auto It Ruels
ryeguy Posted June 2, 2005 Posted June 2, 2005 heres a quicker way: FileWriteLine("email.txt", InputBox("Database", "Enter your E-mail.", "", ""))
vbMark Posted June 3, 2005 Posted June 3, 2005 Hi $file = FileOpen("Mail.txt", 1) $answer = InputBox("Database", "Enter your E-mail.", "", "") FileWriteLine($file, $answer)Store your E-MailsPhilo<{POST_SNAPBACK}>Nice of you to post the script that I wrote for you:#83240
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