Quote Originally Posted by Tamgovb
Yes exactly, and also it can be e.g. from 2 TextBoxes and 1 ComboBox
VB Code:
  1. Open "c:\tamgovb.txt" For Append As #1
  2. Print #1, Text1.Text & vbNewLine
  3. Print #1, Text2.Text & vbNewLine
  4. Print #1, Combo1.List(Combo1.ListIndex)
  5. Close #1
Quote Originally Posted by Tamgovb
I think so, that to sort thing in a file and to mark specified strings some the symbols......it is possible?
You lost me again. What is it that you want to do?