Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!swrinde!cs.utexas.edu!uunet!mcsun!hp4nl!charon!jurjen From: jurjen@cwi.nl (Jurjen NE Bos) Newsgroups: comp.sys.handhelds Subject: Re: posting a program [HP48] (Object posting guidelines!) Message-ID: <3220@charon.cwi.nl> Date: 26 Mar 91 09:53:16 GMT References: <8676@mentor.cc.purdue.edu> Sender: news@cwi.nl Lines: 33 ahernsd@mentor.cc.purdue.edu (Dynastar) writes: >I am about to post a little demo for the hp48sx and I was >wondering: in what format should I post it? - The preferred format is ASCII format, translate mode 3. This can be typed in by people with no cable. If you post a directory with a huge graphic in it, use the following trick: Old format: name GROB 50 50 Use instead: name \<< "GROB 50 50 " "" + ... "" + OBJ\-> 'name' DUP STO \>> This trick also works with other objects that don't fit on a line. This way, the object becomes "auto-converting", and the user will only see a short delay the first time the object is used. - If this is impossible, because you use machine code or so, use ASC format. - Third, if the ASC file is bigger than 15K or so, it is useful to send it in both ASC and uuencode format, so that people with 32K RAM and a uudecode can also download it. If everybody would do this, we'd serve as much people as possible! | Jurjen N.E. Bos | If a 8088 is a 16-bits processor, my calculator is a | | jurjen@cwi.nl | 64-bit computer system! |