Respond to this messageReturn to Index
Original Message
  • You could...
    • unseenmachine (no login)
      Posted Jan 6, 2010 9:00 PM

      Do this

      OPEN "monster.txt" FOR APPEND AS #1
      n = LOF(1)
      CLOSE #1
      IF n = 0 THEN
      KILL "monster.txt": CALL EDITCREATEFILES
      ELSE
      END IF

      like this

      OPEN "monster.txt" FOR APPEND AS #1
      IF lof(1) = 0 THEN CLOSE #1:KILL "monster.txt": CALL EDITCREATEFILES


    Your Name
    Your Email
    (Optional)
    Message Title
    Message Text
    Options Also send responses to my email address