HP Forums

Full Version: [BUG] in history -> entry line
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Simplify: none
quote (x^3 / x^2) [enter] returns '(x^3/x^2)' ok
then up to history and copy the entry into the input line [enter] -> ERROR SINTAX '(x^3/x^2')

the hpprime is moving a quotation mark (right) outside the brackets '(x^3/x^2')

other sample

getOperator:=0; [enter]
part(quote(x^3/x^2),getOperator); returns "/" OK
[^] goto history
[copy] [enter] -> ERROR SINTAX =(

can not edit the input expression previously
(I'm pretty sure the problem is already on the list).

A simple example is:

QUOTE(a/b);

Then recall the history result to the command line. The close quote is misplaced.

-Dale-
new discovery in Algebraic MODE does not generate errors

TextBook ON
quote (x^3 / x^2) [enter] returns '(x^3/x^2)' ok [^] (up) [^] (up) [COPY] [enter] error

or
'(x^3 / x^2)' [enter] returns '(x^3/x^2)' ok [^] (up) [^] (up) [COPY] [enter] error

Algebraic ON
quote (x^3 / x^2) [enter] returns '(x^3/x^2)' ok [^] (up) [^] (up) [COPY] [enter] '(x^3/x^2)' ok

TextBook Or Algebraic
quote (x^3 / x^2 +1) [enter] returns '(x^3/x^2+1)' ok [^] (up) [^] (up) [COPY] [enter] '(x^3/x^2)+1' ok
Reference URL's