home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / hp48 / 4503 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  1.2 KB

  1. Path: sparky!uunet!kithrup!stanford.edu!agate!spool.mu.edu!sdd.hp.com!swrinde!gatech!bloom-beacon!eru.mt.luth.se!lunic!sunic!aun.uninett.no!nuug!ifi.uio.no!enag
  2. From: enag@ifi.uio.no (Erik Naggum)
  3. Newsgroups: comp.sys.hp48
  4. Subject: Re: deleting libdat_v1.0 :<
  5. Message-ID: <23333A@erik.naggum.no>
  6. Date: 6 Sep 92 16:27:44 GMT
  7. References: <188ae1INNftu@sam.ksu.ksu.edu> <715703573snx@dmhh.hanse.de>
  8. Organization: Department of Informatics, University of Oslo, Norway
  9. Lines: 17
  10.  
  11. Detlef Mueller <detlef@dmhh.hanse.de> writes:
  12. |
  13. |   Use the following little program to generate the weired identifiers, then
  14. |   you can simply PURGE them:
  15. :
  16. |       IF DUP SIZE 255 > THEN
  17. |       "String too Large" DOERR
  18. |       END
  19.  
  20. The longest string that the command line parser accepts as a name is 127
  21. characters long.  A longer string results in an "Invalid syntax" error.
  22. It could be that the name length is a signed quantity.
  23.  
  24. Thanks for the little program.
  25.  
  26. Best regards,
  27. </Erik>
  28. --
  29. Erik Naggum             |  ISO  8879 SGML     |      +47 295 0313
  30.                         |  ISO 10744 HyTime   |
  31. <erik@naggum.no>        |  ISO 10646 UCS      |      Memento, terrigena.
  32. <enag@ifi.uio.no>       |  ISO  9899 C        |      Memento, vita brevis.
  33.