home *** CD-ROM | disk | FTP | other *** search
- 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
- From: enag@ifi.uio.no (Erik Naggum)
- Newsgroups: comp.sys.hp48
- Subject: Re: deleting libdat_v1.0 :<
- Message-ID: <23333A@erik.naggum.no>
- Date: 6 Sep 92 16:27:44 GMT
- References: <188ae1INNftu@sam.ksu.ksu.edu> <715703573snx@dmhh.hanse.de>
- Organization: Department of Informatics, University of Oslo, Norway
- Lines: 17
-
- Detlef Mueller <detlef@dmhh.hanse.de> writes:
- |
- | Use the following little program to generate the weired identifiers, then
- | you can simply PURGE them:
- :
- | IF DUP SIZE 255 > THEN
- | "String too Large" DOERR
- | END
-
- The longest string that the command line parser accepts as a name is 127
- characters long. A longer string results in an "Invalid syntax" error.
- It could be that the name length is a signed quantity.
-
- Thanks for the little program.
-
- Best regards,
- </Erik>
- --
- Erik Naggum | ISO 8879 SGML | +47 295 0313
- | ISO 10744 HyTime |
- <erik@naggum.no> | ISO 10646 UCS | Memento, terrigena.
- <enag@ifi.uio.no> | ISO 9899 C | Memento, vita brevis.
-