home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / pascal / 4972 < prev    next >
Encoding:
Text File  |  1992-08-21  |  1.9 KB  |  45 lines

  1. Newsgroups: comp.lang.pascal
  2. Path: sparky!uunet!cs.utexas.edu!uwm.edu!csd4.csd.uwm.edu!rca
  3. From: rca@csd4.csd.uwm.edu (Robert C Allender)
  4. Subject: QUESTION: Turbo vs. Standard Pascal
  5. Message-ID: <1992Aug22.025507.29741@uwm.edu>
  6. Originator: rca@csd4.csd.uwm.edu
  7. Sender: news@uwm.edu (USENET News System)
  8. Organization: Computing Services Division, University of Wisconsin - Milwaukee
  9. Date: Sat, 22 Aug 1992 02:55:07 GMT
  10. Lines: 33
  11.  
  12. I have been helplessly thrown from the serene and secure pond of my PC to the 
  13. unforgiving, terrorizing ocean of the campus mainframe.  Spoiled by DOS in my
  14. youth, I now pay the price as I peer into the vast, black reaches of UNIX. I
  15. find quickly that many of the Turbo Pascal functions that I knew and loved 
  16. are no longer to be taken for granted.  The warm, blue interface now reduced 
  17. to a chilling, black and grey command line...but without TP's ParamCount, how
  18. do I read command-line arguments into my standard Pascal program? Say, for 
  19. instance, that I just want to echo a file to stdout.  How do you get the 
  20. <options> <filename> from:
  21.  
  22.  
  23. csh> myprog <options> <filename>
  24.  
  25.  
  26. into the program?
  27.  
  28. P.S.  By the by, does vi stand for "virtually impossible?" 
  29.  
  30. Thanks for help on either topic.
  31. *****************************************************************************
  32. * Rob Allender - rca@csd4.csd.uwm.edu                                       *
  33. *****************************************************************************
  34. * The one thing Ford Prefect had always found hardest to understand about   *
  35. * humans was their habit of continually stating and repeating the very very *
  36. * obvious, as in "It's a nice day" or "You're very tall" or "Oh dear, you   *
  37. * seem to have fallen down a 30-foot well, are you all right?"              *
  38. *                                         - The Hitchhiker's Guide          *
  39. *****************************************************************************
  40. -- 
  41.  
  42.  
  43.  
  44.  
  45.