HP Forums

Full Version: problem in edit/paste (simulator)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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 ]
It's not a problem, I think it's part of the interpreter
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).
(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
Reference URL's