Uhhhh try this:
code:
Function talker(input)
If input = UCase(input) Then
talker = LCase(input)
Else
talker = talker
End if
End Function
Copy and paste this into notepad then save it with the name talker.lowercase.vbs in your stuff-plug.
quote:
Originally posted by CookieRevised
Dim i, Str, Char
Note!: This will declare the variables as variant!
They should be like this: Dim i as integer, Str As string, Char As string
But i dont know much vbscript...