User Profile

Collapse

Profile Sidebar

Collapse
danpclements
danpclements
Last Activity: Oct 13 '06, 04:14 AM
Joined: Oct 11 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • danpclements
    replied to Change Settings of Text File
    Nobody? Please, I can't seem to find it anywhere on the internet
    See more | Go to post

    Leave a comment:


  • danpclements
    started a topic Change Settings of Text File

    Change Settings of Text File

    i want to change the coding of the text file from Anscii to Unicode before saving, so i can save Korean Characters to the file for getting back later with a seperate program. to save the document so far, this is the code i have:

    Code:
    Dim strName As String
    On Error GoTo ErrHandler
    strName = InputBox("Filename:")
    Open strName & ".txt"  For Output As #1
    Print #1, TextBox1.Text
    Close
    ...
    See more | Go to post
No activity results to display
Show More
Working...