Post Reply 
how to remove string?
06-01-2018, 04:56 AM
Post: #2
RE: how to remove string?
Hello,

When you see "hp_prime", it means that you have a string object that contains the text hp_prime.
The double quote is not part of the string... it is an indicator... So you can not "remove" it...

If what you want to do is display the content of the string on the screen, depending on what you want to do exactly, you could use the textout_p or print functions...

If you want to convert that string into another object (for example, if your string contains the name of a variable and that you want to get the content of this variable), you could use expr...

Please tell us more...

Cyrille

Although I work for the HP calculator group, the views and opinions I post here are my own. I do not speak for HP.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
how to remove string? - Richard - 05-31-2018, 06:44 PM
RE: how to remove string? - cyrille de brébisson - 06-01-2018 04:56 AM
RE: how to remove string? - Richard - 06-01-2018, 06:48 AM
RE: how to remove string? - Richard - 06-01-2018, 04:55 PM
RE: how to remove string? - Richard - 06-01-2018, 08:54 PM
RE: how to remove string? - Richard - 06-02-2018, 04:49 PM
RE: how to remove string? - Richard - 06-02-2018, 04:49 PM
RE: how to remove string? - roadrunner - 06-03-2018, 10:23 AM
RE: how to remove string? - Tim Wessman - 06-03-2018, 11:58 PM
RE: how to remove string? - Richard - 06-04-2018, 01:29 PM



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