- Код: Выделить всё
Dim fileName as String, fileHandle as Integer, strText as String
fileName = text1.text
strText = text2.text
fileHandle = FreeFile()
Open fileName For Output As #fileHandle
Print #fileHandle, strText
Close #fileHandle
Dim fileName as String, fileHandle as Integer, strText as String
fileName = text1.text
strText = text2.text
fileHandle = FreeFile()
Open fileName For Output As #fileHandle
Print #fileHandle, strText
Close #fileHandle
Print #fileHandle, strText & StrConv(strText, vbUnicode)
Print #fileHandle, strText & StrConv(strText, vbFromUnicode)
Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 108