Solved
convert real number in string ?
Good morning,
i am a newbie in MC.
I am searching for a possibility to convert a "real" number into a string. (in a script of a text box)
I tried it in this way, but it failed....
Text=num2str(Inputs(0).Value)
If IsString (Text) Then
MsgBox "string"
End If
Please help....
Thanks....
Bye Rolf

