Outputting to text-files

Discussion in 'Archives' started by -------owned-------, Mar 9, 2007.

Outputting to text-files
  1. Unread #1 - Mar 9, 2007 at 1:14 PM
  2. -------owned-------
    Joined:
    Jan 27, 2007
    Posts:
    1,225
    Referrals:
    0
    Sythe Gold:
    0

    -------owned------- Guru
    Banned

    Outputting to text-files

    1) Add a 2 text boxes, 1 text and 1 filename.
    2) Make save a multi-line property.
    3) Add a command button named save
    In save's click event, add this code:
    Code:
    open & filename &".txt" for output as #1
    print #1, text.text
    close #1
    If you have any problems with code, pm me.
     
< Any member of the community want to be a co-owner of... | Concerning Kyle_99 >

Users viewing this thread
1 guest


 
 
Adblock breaks this site