Post Reply 
71b creating strings with binary data
12-20-2022, 08:22 PM
Post: #5
RE: 71b creating strings with binary data
(12-20-2022 10:07 AM)dmh Wrote:  EDIT: Ok, I think it must be the length.  I don't care about the length as I'm using DIM

I don't think you can say that; because IIRC (although I haven't used my 71 in years), DIM only sets the maximum length; but if you're creating a new string variable with DIM (as opposed to re-dimensioning an already-existing one), the current length is initialized to 0. I think that after you do something that sets the current length as desired, you can change particular characters within that string to $00, without affecting others.

http://WilsonMinesCo.com (Lots of HP-41 links at the bottom of the links page, http://wilsonminesco.com/links.html )
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: 71b creating strings with binary data - Garth Wilson - 12-20-2022 08:22 PM



User(s) browsing this thread: 1 Guest(s)