A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: [RESOLVED] Limiting input text to unique characters

Threaded View

  1. #1
    Junior Member
    Join Date
    Mar 2010
    Posts
    16

    resolved [RESOLVED] Limiting input text to unique characters

    I already know how to limit my input text to a number of characters, but how would I go about (if possible) making sure characters do not repeat? In other words, I have a ten character input text box and I want you to be able to type pretty much any character but only one of each.

    Example:

    AFKEIOPCNK

    What I'm trying to eliminate is this:

    AANHDKDDJI

    If that isn't possible, I'd like to instead detect if there are repeated characters so I can just say "that's invalid".
    Last edited by Rajada; 04-20-2011 at 01:30 AM.

Tags for this Thread

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

HTML5 Development Center