this is the actual thing i want to hapen if that matters
Dim array1() As String
Dim beforesplit As String
Open "\Documents and Settings\Shane\Desktop\New Folder\temporarymem" For Input As #1
Line Input #1, beforesplit
array1 = Split(beforesplit, ",")
Tfirstname.Text = array1(0)
Close #1
Edited by Gamer2bn, 10 June 2006 - 08:52 PM.