how to handling the special character

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kaleeswaran
    New Member
    • Mar 2007
    • 132

    how to handling the special character

    Hi!
    i am handling password generation module.....
    i need to force the user enter the special character in their password thing.so i need to handle the special character.so how do i check if the user enter the special character or not?...
    waiting for ur's response....
    thank you,
    kaleeswaran
  • sukatoa
    Contributor
    • Nov 2007
    • 539

    #2
    I made similar to your need...

    Use the keyevent...
    Have an experiment with the key inputted... then compare them...

    let keyevent ev

    ev.ParamString( );
    You will see the keycode, ketText, kayChar, etc...

    Familiarize the ASCII code


    sukatoa...

    Comment

    Working...