Results 1 to 4 of 4

Thread: Case Sensitive Smilies?!??!

  1. #1
    spetnik
    Guest

    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

  2. #2
    Fanatic Member
    Join Date
    Jan 1999
    Location
    UK
    Posts
    593
    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

  3. #3
    spetnik
    Guest
    Yes, but that takes more time
    And also is this so much more performance consuming?
    VB Code:
    1. If UCase$(strSmiley) = ":[b][/b]D" Then
    2.     .
    3.     .
    4.     .
    5. End If
    6. 'As opposed to this?
    7. If strSmiley = ":[b][/b]D" Then
    8.     .
    9.     .
    10.     .
    11. End If
    12. 'Or whatever the heck the PHP equivelent is?

  4. #4
    denniswrenn
    Guest
    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
  •  



Click Here to Expand Forum to Full Width