Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!sdd.hp.com!news.cs.indiana.edu!news.nd.edu!mentor.cc.purdue.edu!seaman.cc.purdue.edu!ags From: ags@seaman.cc.purdue.edu (Dave Seaman) Newsgroups: comp.sys.handhelds Subject: Re: strings on 48 Message-ID: <12278@mentor.cc.purdue.edu> Date: 14 May 91 00:21:38 GMT References: <1991May11.213329.1322@cs.dal.ca> <22625@shlump.lkg.dec.com> <1991May13.144544.6606@cs.dal.ca> Sender: news@mentor.cc.purdue.edu Reply-To: ags@seaman.cc.purdue.edu (Dave Seaman) Distribution: na Organization: Purdue University Lines: 18 In article <1991May13.144544.6606@cs.dal.ca> silvert%biome@cs.dal.ca writes: >I do not recall exactly how I entered the strings originally. I think I >just typed them in. But today when I try to type in a string like this >the - sign gets interpreted as a command, so to include the - signs I >have to create the strings without them, then edit them. In order to enter the string "00-00", you need to type: "00-00 In particular, if you omit the shift before the minus sign, the minus gets interpreted as an operation instead of a character to add to the string, resulting in either a "too few arguments" error or a "bad argument type" error, depending on whether the stack was previously empty. -- Dave Seaman ags@seaman.cc.purdue.edu