Zabaware Support Forums

Zabaware Forums => Ultra Hal 7.0 => Topic started by: onthecuttingedge2005 on September 07, 2003, 04:52:43 am

Title: Script that records Users real name (sample)
Post by: onthecuttingedge2005 on September 07, 2003, 04:52:43 am
see:
http://www.zabaware.com/forum/topic.asp?TOPIC_ID=774
Title: Script that records Users real name (sample)
Post by: rev_woodward on September 07, 2003, 09:25:41 pm
This is just a guess, but when you write to the file, you are appending to "NAMES.brn" and when you read, you are reading from "Names.brn". This might cause a problem, but I'm not positive (I know it would on a UNIX system, but on a Windows system, I'm not sure).

Also, if you append to the file, how does it know which name to use? Wouldn't you keep adding names to that file? You could probably use some VBS command to erase that file before you append to it, if that turns out to be the problem.

Mind you, I haven't tried to run the code yet, but those two things were the only ones that jumped right out at me....

Eric S. Woodward [ewoodward99@hotmail.com]
--------------------
"Women: You can't live with them, and you can't get them to dress up in a skimpy little Nazi costume and beat you with a warm squash or something..." -- Emo Philips
Title: Script that records Users real name (sample)
Post by: onthecuttingedge2005 on September 07, 2003, 11:27:01 pm
see
http://www.zabaware.com/forum/topic.asp?TOPIC_ID=774