Hi guys,
I still work on a password generator, but I have some problems with this code:
Code:
scancode = integer(random(122));//creates a random number from 0 to 121
if(scancode >= 97 && scancode <= 122)
{
  str_for_key(letter,scancode);
  str_cat(password,letter);
}

I have no errors but my password String is allready clear.. cry

Please help me I am gonna go crazy with this ****!
Sorry for my bad english! wink
Ralph

Last edited by Ralph; 05/20/08 08:01.