home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / personal / gsmate11.zip / TESTA.FRM < prev    next >
Text File  |  1992-09-23  |  620b  |  32 lines

  1. This shows all of the report variables available for adults.
  2.  
  3. ^afname
  4. leg(^afname,"*")
  5. ^alname
  6. leg(^alname,"*")
  7. ^ahaddress1
  8. leg(^ahaddress1,"+")
  9. ^ahaddress2
  10. leg(^ahaddress2,"&")
  11. ^ahcity, ^ahstate ^ahzip
  12. leg(^ahcity,"|")  leg(^ahstate,"\") leg(^ahzip,"$")
  13.  
  14. ^ahphone
  15. leg(^ahphone,"%")
  16.  
  17. ^abaddress1
  18. leg(^abaddress1,"+")
  19. ^abaddress2
  20. leg(^abaddress2,"&")
  21. ^abcity, ^abstate ^abzip
  22. leg(^abcity,"|")  leg(^abstate,"\") leg(^abzip,"$")
  23.  
  24. ^abphone
  25. leg(^abphone,"%")
  26.  
  27. ^aposition1 ^aposition2
  28. leg(^aposition1,"{") leg(^aposition2,"})
  29.  
  30. ^aposition3 ^aposition4
  31. leg(^aposition3,"{") leg(^aposition4,"}")
  32.