HP Forums
Bug avec 'cat(' ? - 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: Bug avec 'cat(' ? (/thread-9666.html)



Bug avec 'cat(' ? - Tyann - 12-10-2017 08:24 AM

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.