"Jens Gyldenkærne Clausen" skrev
> pepss skrev:
>
> > men RemoveID er jo ikke en sub jeg kalder men en function
>
> Hvorfor er det en funktion hvis den ikke returnerer noget?
tja.. det er jo enlig et godt spørgsmål!
> Hvordan ser den ud?
Function RemoveID(ID, Funstrchat_rum)
dim strchat_rum
strchat_rum = Funstrchat_rum
dim tmp
tmp = Split(Application("simpleonline" & strchat_rum), vbNewLine)
dim I
For I = 0 to UBound(tmp)
If tmp(I) <> "" Then
IdData = Split(tmp(I), vbTab)
If IdData(0) = ID Then
tmp(I) = ""
End If
End If
Next
Application.Lock
Application("simpleonline" & strchat_rum) = Join(tmp, vbNewLine)
Application.Unlock
tmp = Split(Application("simpletime" & strchat_rum), vbNewLine)
For I = 0 to UBound(tmp)
If tmp(I) <> "" Then
IdData = Split(tmp(I), vbTab)
If IdData(0) = ID Then
tmp(I) = ""
End If
End If
Next
Application.Lock
Application("simpletime" & strchat_rum) = Join(tmp, vbNewLine)
Application.Unlock
tmp = Split(Application("simpletrans" & strchat_rum), vbNewLine)
For I = 0 to UBound(tmp)
If tmp(I) <> "" Then
IdData = Split(tmp(I), vbTab)
If IdData(1) = ID Then
tmp(I) = ""
End If
End If
Next
Application.Lock
Application("simpletrans" & strchat_rum) = Join(tmp, vbNewLine)
Application.Unlock
End Function
> > GetName(Session("chat_id" & strchat_rum), strchat_rum)
>
> Hvordan ser GetName ud?
Function GetName(ID, Funstrchat_rum)
dim strchat_rum
strchat_rum = Funstrchat_rum
dim tmp
tmp = Split(Application("simpleonline" & strchat_rum), vbNewLine)
dim I
For I = 0 to UBound(tmp)
If tmp(I) <> "" Then
IdData = Split(tmp(I), vbTab)
If IdData(0) = ID Then
GetName = IdData(1)
Exit Function
End If
End If
Next
End Function
håber ikke det er for meget kode at sende med!
--
Pepss
Den ordblinde der prøver at blive webdesigner
Fræk frækkere
www.cafe-flirt.dk