Author Topic: Script that records Users real name (sample)  (Read 2928 times)

onthecuttingedge2005

  • Guest
« Last Edit: September 18, 2003, 12:28:21 am by onthecuttingedge2005 »

rev_woodward

  • Newbie
  • *
  • Posts: 4
    • View Profile
Script that records Users real name (sample)
« Reply #1 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
 

onthecuttingedge2005

  • Guest
« Last Edit: September 18, 2003, 12:28:57 am by onthecuttingedge2005 »