cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X

How can I input long expressions which need to go into multiple lines?

dchandiramani
1-Newbie

How can I input long expressions which need to go into multiple lines?

How can I input longer than single line expressions?

5 REPLIES 5
LucMeekes
23-Emerald III
(To:dchandiramani)

You can break an expression into mulitple lines at any addition. Use [Ctl-Enter] to add a:

Success!

Luc

RichardJ
19-Tanzanite
(To:LucMeekes)

You can break an expression into mulitple lines at any addition. Use [Ctl-Enter] to add a:

Unless you are using Mathcad Prime

Thank you Richard. I need to do it in Mathcad Prime.

Sorry, but this feature is not currently available in Prime.

LucMeekes
23-Emerald III
(To:dchandiramani)

In that case you are left with (at least) the following option:

e1:=....

e2:=....

e3:=....

e:=e1+e2+e3

And if you really want the expressions to be a single item, you can do essentially the same in a program.

e:=|e1<-....

     |e2<-....

     |e3<-....

     |e1+e2+e3

Success!
Luc

Top Tags