Post Reply 
problem in edit/paste (simulator)
01-22-2019, 07:35 PM (This post was last modified: 01-22-2019 07:37 PM by compsystems.)
Post: #1
problem in edit/paste (simulator)
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 ]
Find all posts by this user
Quote this message in a reply
01-22-2019, 08:34 PM
Post: #2
RE: problem in edit/paste (simulator)
It's not a problem, I think it's part of the interpreter

Viga C | TD | FB
Visit this user's website Find all posts by this user
Quote this message in a reply
01-22-2019, 10:05 PM (This post was last modified: 01-22-2019 10:18 PM by informach.)
Post: #3
RE: problem in edit/paste (simulator)
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).


Attached File(s) Thumbnail(s)
   
Find all posts by this user
Quote this message in a reply
01-22-2019, 10:21 PM
Post: #4
RE: problem in edit/paste (simulator)
(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
Find all posts by this user
Quote this message in a reply
Post Reply 




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