home *** CD-ROM | disk | FTP | other *** search
- 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
- From: jjj45754@uxa.cso.uiuc.edu (G Y M E)
- Newsgroups: comp.lang.pascal
- Subject: TVision Question
- Message-ID: <Bxo1Ds.5vB@news.cso.uiuc.edu>
- Date: 13 Nov 92 17:46:39 GMT
- Sender: usenet@news.cso.uiuc.edu (Net Noise owner)
- Organization: University of Illinois at Urbana
- Lines: 25
-
- I am fairly new to TVision so please bare with me if this question
- sounds too simple.
-
- I am writing an application in which at some point the user is in a dialog
- box where there are 4 different PInputLine's, each for a different
- string to be entered by the user. How can I be able to
- read all 4 of the sets of data entered in all 4 of the PInputLine's into
- a record. ie if my record is defined as:
-
- RecordSample = record
- line1 : string;
- line2 : string;
- line3 : string;
- line4 : string;
- end;
-
- Thanx for any help you can offer.
-
- Jim Johnson (jjj45754@uxa.cso.uiuc.edu)
-
- --
- -------------------------------------------------------------------------------
- James J. Johnson | "Never underestimate the power of human
- a.k.a. GYME | stupidity." -- Gyme
- jjj45754@uxa.cso.uiuc.edu |
-