Skip to content

How to do simple equation in pro style without try to solve it ? #185

Answered by Proektsoftbg
BenGonGon asked this question in Q&A
Discussion options

You must be logged in to vote

Thank you so much!

Although not calculated, the equations are still checked for correct syntax which is useful in most cases.

The operator "=" in Calcpad is an assignment operator and you cannot assign to an expression.
So you can simply replace it with text containing the symbol '='. For that purpose, put single quotes around it. This code should work:

#noc
Pnom*Rmoteur'='Unom^2
#equ

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@BenGonGon
Comment options

@Proektsoftbg
Comment options

Answer selected by BenGonGon
@BenGonGon
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants