Quote:
Originally Posted by JocAnis
Probably will not solve the prob, but you missing here charsmax:
Code:
parse( SZ_Data, VAULT_Password, 190, lifes)
->
parse( SZ_Data, VAULT_Password, 190, lifes, charsmax( lifes ) )
|
Everything helps, thanks. The charsmax is 31 and I have it in the original code, I just copyed it bad when posting here.