VB Code:
  1. Pivat Sub Test_Click()
  2. Dim FList As String
  3. FList = Files. ' Problem
  4. Sock.SendData FList
  5. End Sub

The Problem On That Is That I Want To Send The Whole List To The Other
Like If I Add Items It Sends All My Items To The Other Program And Adds It On That List

Like
VB Code:
  1. FList = Files.WholeList
As Example

Files Is The Name Of My List

Is There Any Trick For That

Thnx