Hear's What i'm trying to do

Winsock1.sentdata "players = 5"
Winsock1.GetData New_Text
strLeft = Left$(New_Text, InStr(New_Text, " = ") - 1)
strRight = Right$(New_Text, Len(New_Text) - InStr(New_Text, " = ") - 2)
strLeft = strRight
I don't want strLeft = strRight i want the players = 5
if that is not posibel then, can I use the memory addres of a variable to change it's value?

As you may see i'm trying to use the string in strLeft as a variable and strRight to set the value of the string in strLeft. In other words CAN I USE A variable in a variable?

This board is probbly getting BOARD of me and this Question. I'm sorry


[Edited by BIacksun on 09-04-2000 at 01:06 AM]