home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / database / 8927 < prev    next >
Encoding:
Text File  |  1993-01-08  |  1.3 KB  |  41 lines

  1. Newsgroups: comp.databases
  2. Path: sparky!uunet!spool.mu.edu!umn.edu!dell32.ortta.umn.edu!durai
  3. From: durai@ortta.umn.edu (Durai Venkatasubramanian)
  4. Subject: Re: dBase programming question
  5. Message-ID: <durai.119.726503173@ortta.umn.edu>
  6. Lines: 27
  7. Sender: news@news2.cis.umn.edu (Usenet News Administration)
  8. Nntp-Posting-Host: dell32.ortta.umn.edu
  9. Organization: U of Mn
  10. References: <1993Jan7.185640.9973@ac.dal.ca>
  11. Date: Fri, 8 Jan 1993 14:26:13 GMT
  12. Lines: 27
  13.  
  14. In article <1993Jan7.185640.9973@ac.dal.ca> guruman@ac.dal.ca writes:
  15. >From: guruman@ac.dal.ca
  16. >Subject: dBase programming question
  17. >Date: 7 Jan 93 18:56:40 -0400
  18. >
  19. >       I'm looking for some help on a dbase program I'm writing.
  20. >It's a silly problem, nevertheless, I can't get by it.  I need to know how
  21. >to assign inputted text to a text variable
  22. >i.e.  input "employee name? " to name
  23. >(oh sorry, this` is for dBase III+)
  24. >I presume I have to define the variable "name" as a character variable,
  25. >but my little reference book seems to have overlooked variable definitions.
  26. >Any suggestions on the proper path to follow?
  27. >
  28. >    Thanks in advance.
  29. >
  30. >    Rob Scott.
  31. >    guruman@ac.dal.ca
  32. >    Halifax Nova Scotia
  33. >
  34.  
  35.  
  36. "get" and "read" commands will do the trick.
  37.  
  38. "get" the variable and then "read" it.
  39.  
  40. "read" *must* follow the "get"
  41.