Post Reply 
Mixing input and output in a Prime program
09-23-2024, 05:49 PM
Post: #6
RE: Mixing input and output in a Prime program
Bonjour
Oui c'est bien la fonction EXPR qu'il faut utiliser.
Attention EXPR fonctionnera seulement si vôtre entrée est une valeur uniquement :
EXPR("128.5") --> 128.5
EXPR("128.5$") --> erreur
Contrairement à VAL( des anciens Basics .

Hello
Yes, you need to use the EXPR function.
EXPR will only work if your input is a value:
EXPR("128.5") --> 128.5
EXPR("128.5$") --> error
Unlike VAL( in the old Basics .

Sorry for my english
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Mixing input and output in a Prime program - Tyann - 09-23-2024 05:49 PM



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