Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Password character
Message
From
14/02/2002 09:30:58
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
14/02/2002 09:28:39
Alina Panaghiu
Smart Computers
Arad, Romania
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Miscellaneous
Thread ID:
00619907
Message ID:
00619992
Views:
13
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)
Previous
Reply
Map
View

Click here to load this message in the networking platform