Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Password character
Message
De
14/02/2002 09:30:58
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
 
 
À
14/02/2002 09:28:39
Information générale
Forum:
Visual FoxPro
Catégorie:
FoxPro 2.x
Divers
Thread ID:
00619907
Message ID:
00619992
Vues:
14
For pasting code, you should place it between the HTML codes < PRE > and < /PRE > (omit the additional spaces). This keeps spaces, etc., and makes the code more readable. Look at the following, and compare it with your message:
>procedure cit_parola
>  on key label entern return
>  caracter=" "
>  pass=""
>  @1,5 say "Introdu parola:"
>  for i=1 to 15
>    @2,i+8 to 2,23 color W/w
>    @2,i+8 get caracter;
>          picture 'x';
>          color b/b,x/w;
>          read
>    if not isalpha (caracter) and caracter#" "
>     exit
>    endif
>    pass=pass+caracter
>    @2,i+8 say '*' color n/w
>    caracter=' '
>    next
>return
>
>Alina Panaghiu
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform