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

Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X

text declaration - help needed

ptc-2676882
1-Newbie

text declaration - help needed

Hi,

I am pretty new to this group.

I hope one of the Mathcad experts can help me.

say I have two variables with text as output

a1 = "text1"

a2 = " text2"

How can I decalre these two text variables side by side in programming

a3 = "text1" "text2" if ....

this doesnt work. is there any specific syntax to declare a1 and a2 side by side

Cheers

3 REPLIES 3

This will get the attention it deserves if you place in the Mathcad forum, which is here:

http://communities.ptc.com/community/mathcad

Thanks Kris,

Was pretty new to this forum. Will follow your advice

Cheers

Hello!

You need to use the built-in function "if":

Pic_1.jpg

Top Tags