Bug avec 'cat(' ?
|
12-10-2017, 08:24 AM
(This post was last modified: 12-10-2017 08:26 AM by Tyann.)
Post: #1
|
|||
|
|||
Bug avec 'cat(' ?
Bonjour
Utiliser 'cat(' dans Home pose certains problèmes. cat("abcd",12) -> "abcd12" ok cat("A-B",12) not "A-B12" mais STRING(A-B)+"12" si A vaut 10 et B vaut 100 ->"-9012" cat("A:B",12) -> "10:10012" cat(10,":",12) provoque un redémarrage de la calculatrice. Si j'utilise CAS(cat(12,":",10)) -> "12:10" Par contre CAS.cat(12,":",10)) provoque un redémarrage de la calculatrice. Je suis sur la calculatrice physique en version Beta 12969. Hello Using 'cat (' in Home poses some problems. cat("abcd",12) -> "abcd12" ok cat("A-B",12) not "A-B12" but STRING(A-B)+"12" if A is 10 and B is 100 -> "- 9012" cat("A:B",12) -> "10:10012" cat(10,":",12) causes a restart of the calculator. If I use CAS(cat(12,":",10)) -> "12:10" ok On the other hand CAS.cat (12,":",10)) causes a restart of the calculator. I am on the physical calculator in Beta version 12969. Sorry for my english |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)