Quantcast
Channel: PTC Community: Message List
Viewing all articles
Browse latest Browse all 11979

How to pass string to variable in Mathcad

$
0
0

Hi,

 

I am trying to pass string to variable defined in Mathcad..

 

variable defined as

SU:="High"

 

and code to pass value written as :



Dim obj as Object = "High"

MathcadApplication.ActiveWorksheet.SetValue(

"SU", obj)######

 

same code work if pass any interger/double value, but if pass string it doesn't work..

any idea...?

 

thanks in advance...

 

RSP

 

 


Viewing all articles
Browse latest Browse all 11979

Trending Articles