HP Forums
problem in edit/paste (simulator) - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: HP Prime (/forum-5.html)
+--- Thread: problem in edit/paste (simulator) (/thread-12252.html)



problem in edit/paste (simulator) - compsystems - 01-22-2019 07:35 PM

Hello,
a small problem in edit/paste (simulator), when copying the next expression from a text file, a space is added before the symbol [


poly1[ 1, 2, 3 ] * poly1[ 4, 5, 6 ]
copy
paste
poly1 [ 1, 2, 3 ] * poly1 [ 4, 5, 6 ]


RE: problem in edit/paste (simulator) - Carlos295pz - 01-22-2019 08:34 PM

It's not a problem, I think it's part of the interpreter


RE: problem in edit/paste (simulator) - informach - 01-22-2019 10:05 PM

Hi!, In my HP PRIME emulator, with Software version 2.1.14181 (2018 10 16), CAS version : 1.4.9, is equal hen copy (Shift + View) and Paste (Shift + Menu).


RE: problem in edit/paste (simulator) - compsystems - 01-22-2019 10:21 PM

(01-22-2019 08:34 PM)Carlos295pz Wrote:  It's not a problem, I think it's part of the interpreter

is a problem because the prefixes were not taken into account before [], the same happens with set[] and list[]

set[ a, a, b, c ] * set[ d, ee ]
copy
paste
set [ a, a, b, c ] * set_[ d, ee ]

with tuple[1,2] ok