Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!elroy.jpl.nasa.gov!decwrl!pa.dec.com!hollie.rdg.dec.com!decuk.uvo.dec.com!nntpd.lkg.dec.com!jareth.enet.dec.com!edp From: edp@jareth.enet.dec.com (Eric Postpischil (Always mount a scratch monkey.)) Newsgroups: comp.sys.handhelds Subject: Re: strings on 48 Message-ID: <22625@shlump.lkg.dec.com> Date: 13 May 91 12:31:15 GMT References: <1991May11.213329.1322@cs.dal.ca> Sender: newsdaemon@shlump.lkg.dec.com Reply-To: edp@jareth.enet.dec.com (Eric Postpischil (Always mount a scratch monkey.)) Distribution: na Organization: Digital Equipment Corporation Lines: 20 In article <1991May11.213329.1322@cs.dal.ca>, silvert@cs.dal.ca (Bill Silvert) writes: >Is there a way to store strings on the HP48SX without having the system >possibly rewriting them? If I try to store "00-00" in a string variable >the system stores "0-0". The 48 stores strings just fine. It sounds like you may be entering '00-00' instead of "00-00". The former, using apostrophes, is an algebraic object: zero minus zero. It is stored internally with tokens that represent zero minus zero, and when it is displayed, zero is displayed as 0. The latter is a string; it is stored character by character. Use quotation marks for strings -- the quotation marks are blue-shifted on the minus key. -- edp (Eric Postpischil) "Always mount a scratch monkey." edp@jareth.enet.dec.com