home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / pascal / 6567 < prev    next >
Encoding:
Internet Message Format  |  1992-11-14  |  1.3 KB

  1. Path: sparky!uunet!portal!lll-winken!fnnews.fnal.gov!mp.cs.niu.edu!ux1.cso.uiuc.edu!news.cso.uiuc.edu!uxa.cso.uiuc.edu!jjj45754
  2. From: jjj45754@uxa.cso.uiuc.edu (G Y M E)
  3. Newsgroups: comp.lang.pascal
  4. Subject: TVision Question
  5. Message-ID: <Bxo1Ds.5vB@news.cso.uiuc.edu>
  6. Date: 13 Nov 92 17:46:39 GMT
  7. Sender: usenet@news.cso.uiuc.edu (Net Noise owner)
  8. Organization: University of Illinois at Urbana
  9. Lines: 25
  10.  
  11. I am fairly new to TVision so please bare with me if this question 
  12. sounds too simple.
  13.  
  14. I am writing an application in which at some point the user is in a dialog
  15. box where there are 4 different PInputLine's, each for a different
  16. string to be entered by the user.  How can I be able to
  17. read all 4 of the sets of data entered in all 4 of the PInputLine's into
  18. a record. ie if my record is defined as:
  19.  
  20. RecordSample = record 
  21.                line1 : string;
  22.                line2 : string;
  23.                line3 : string;
  24.                line4 : string;
  25.               end;
  26.  
  27. Thanx for any help you can offer.
  28.  
  29. Jim Johnson (jjj45754@uxa.cso.uiuc.edu)
  30.  
  31. -- 
  32. -------------------------------------------------------------------------------
  33. James J. Johnson               |  "Never underestimate the power of human
  34. a.k.a.  GYME                   |   stupidity."  -- Gyme
  35. jjj45754@uxa.cso.uiuc.edu      |  
  36.