Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. USE persoanedinroma
  2. LIST numele,varsta,crestin
  3. LIST nume FOR(varsta<25).and.(sexul=f)
  4. DELETE
  5. LIST nume FOR(sexul=m).and.(varsta>3).and.(varsta<10).and.at("A",nume)
  6. DELETE
  7. INDEX on varsta TAG varsta /D
  8. USE persoanedinroma tag varsta
  9. DISPLAY
  10. DELETE
  11. LIST nume FOR(varsta>25).and.(varsta<40).and.(ofranda=a).and.(sexul=f)
  12. DELETE
  13. DISPLAY
  14. RECALL nume FOR(varsta<25).and.(sexul=f)
  15. DISPLAY
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement