User Profile
Collapse
-
Nobody? Please, I can't seem to find it anywhere on the internet -
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
No activity results to display
Show More
Leave a comment: