|
-
Jun 26th, 2001, 09:32 AM
#1
Case Sensitive Smilies?!??!
Hey John, since VB is not case sensitive, can u pleez not make smilies case sensitive? Here is what I mean:
:P should be 
:d should be
-
Jun 27th, 2001, 05:22 AM
#2
Fanatic Member
It is done this way because of the performance hit that would be required if they were to check case insensitive smilies. So just use the clicky thingy to the left of the posting box.
John
-
Jun 27th, 2001, 07:59 AM
#3
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?
-
Jun 27th, 2001, 10:37 AM
#4
Originally posted by John
clicky thingy
Hehe  
*ahem* - John, can't you use a case-insensitive replace function for the smileys?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|