Results 1 to 40 of 41

Thread: Multiple viewing of Matching Data frp, a Textfile.

Threaded View

  1. #23
    PowerPoster
    Join Date
    Jul 2006
    Location
    Maldon, Essex. UK
    Posts
    6,334

    Re: Multiple viewing of Matching Data frp, a Textfile.

    You appear to be missing the commas and you need to remove remove the trailing semi-colon at the end of the Write statement.
    e.g.
    Code:
    Write #savefile, txtfullname.Text; "," ; txtusername.Text; "," ; txtpassword1.Text; "," ; "1"
    Last edited by si_the_geek; Jun 9th, 2013 at 06:14 AM. Reason: fixed typo in code tags

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width