Yes, but that takes more time
And also is this so much more performance consuming?
VB Code:
If UCase$(strSmiley) = ":[b][/b]D" Then . . . End If 'As opposed to this? If strSmiley = ":[b][/b]D" Then . . . End If 'Or whatever the heck the PHP equivelent is?





Reply With Quote