home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / lang / modula3 / 1159 < prev    next >
Encoding:
Internet Message Format  |  1993-01-26  |  1.6 KB

  1. Path: sparky!uunet!noc.near.net!ceylon!newshost!fn00
  2. From: fn00@gte.com (Farshad Nayeri)
  3. Newsgroups: comp.lang.modula3
  4. Subject: Re: What is the representation of Text?
  5. Message-ID: <FN00.93Jan26072103@tahoe.gte.com>
  6. Date: 26 Jan 93 12:21:03 GMT
  7. References: <1993Jan25.230239.45587@slate.mines.colorado.edu>
  8. Sender: news@ceylon.gte.com
  9. Organization: GTE Laboratories, Waltham, Massachusetts, USA
  10. Lines: 26
  11. In-reply-to: grenzelm@slate.mines.colorado.edu's message of 25 Jan 93 23:02:39 GMT
  12.  
  13.  
  14. In article <1993Jan25.230239.45587@slate.mines.colorado.edu> grenzelm@slate.mines.colorado.edu (RENZELMAN GREGORY DO) writes:
  15.  
  16.    I am taking a computer course at the Colorado School of Mines,
  17.    which is using modula3 as the programming language.  I'm interested
  18.    in how the computer represents the data type TEXT.  Is it similar
  19.    to C where there is a null terminator?  This information would be
  20.    helpful because I will have to write code that parses TEXT.
  21.    Thankyou for your time.
  22.  
  23. I think the whole point is that you *shouldn't* need to know how
  24. Modula represents TEXT. Commmon operations on texts are in the "Text"
  25. interface. If you _really_ want to know what the representation is,
  26. try the "TextF" interface.
  27.  
  28. You may want to take a look at "Modula-3" by Sam Harbison; I am sure
  29. he explains how to work with TEXTs.
  30.  
  31. --farshad
  32.  
  33. --
  34. Farshad Nayeri                Intelligent Database Systems
  35. fn00@gte.com                  Computer and Intelligent Systems Laboratory
  36. (617)466-2473                 GTE Laboratories, Waltham, MA
  37.  
  38.   "To see is to forget the name of the thing one sees." -- Paul Valery
  39.