|
Post by Lazer on Mar 26, 2004 13:19:28 GMT -5
ok guys what the problem is i have created a "string" such as
Public Change as string
wich will hold info i tell it to. i have a menu (custom) and when i click on it i set the "change" to topic , mode , nick , etc it depends on what i click on
so when the frmChange form loads and i click on "Change" this is a little example of what im doing
If Change = Newname Then Ws.Socket.SendData "NICK " & Change.Text & vbCrLf Unload Me sChange = "" ElseIf Change = Newban Then Ws.Socket.SendData "MODE " & MainChan & " " & "+b" & " " & Change.Text & vbCrLf Unload Me sChange = "" End If
the problem is when i click say "change topic" it changes my name and i click "change mode" it still changes my name now i cant spot any error's in the "sChange" any one have any ideas ?
|
|
Maverick
New Member
www.mavetech.tk
Posts: 174
|
Post by Maverick on Mar 28, 2004 13:08:58 GMT -5
ok guys what the problem is i have created a "string" such as Public Change as string wich will hold info i tell it to. i have a menu (custom) and when i click on it i set the "change" to topic , mode , nick , etc it depends on what i click on so when the frmChange form loads and i click on "Change" this is a little example of what im doing If Change = Newname Then Ws.Socket.SendData "NICK " & Change.Text & vbCrLf Unload Me sChange = "" ElseIf Change = Newban Then Ws.Socket.SendData "MODE " & MainChan & " " & "+b" & " " & Change.Text & vbCrLf Unload Me sChange = "" End If
the problem is when i click say "change topic" it changes my name and i click "change mode" it still changes my name now i cant spot any error's in the "sChange" any one have any ideas ? not sure but is sChange supposed to be Change? or is it a local variable? and btw u have wrong code there because Change is a string variable and unless newname is another variable you cant do it like that notice: IF Change = NewName supposed to be Change = "NewName" if NewName is not meant to be another variable
|
|
adm
New Member
Posts: 9
|
Post by adm on Mar 28, 2004 16:11:44 GMT -5
code in ADM, it has the speed of C and best of all, it is ***! This works perfectly in ADM br] -> *Change; (String) NewName -> this::show; -> this::textchange/caption; 'Enter Newname' fi (*Change ^ Newname) [ this::adm_sock/sendtext; 'NICK ' + textchange/text + #13#10 ] edn!
|
|
|
Post by Dangermouse on Mar 28, 2004 16:16:06 GMT -5
Im willing to bet money that you're Courtney_BS
|
|
adm
New Member
Posts: 9
|
Post by adm on Mar 28, 2004 18:12:05 GMT -5
Im willing to bet money that you're Courtney_BS if you did bet money you would of lost it, not so smart after all mouse boy
|
|
|
Post by Lazer on Mar 29, 2004 12:36:04 GMT -5
nope he isnt
and why do u want to know who he is ?
|
|
|
Post by Steven on Mar 29, 2004 13:41:24 GMT -5
It's not CourtneyDS... it ran away after the vincula backdoor issue, remember?
|
|