Thanks guys. Although I don't like your answer... :(
@excognito: Of course you are right with the error in my initial post. I did it from memory and forgot the num2str-command. I'll be checking out the forum you suggested.
@pstuckey: That isn't working in my case since the number of data...
Hello guys,
I'm a rather experienced user of Mathcad but I'm stuck with the string functionality of Mathcad. What I can do is creating a string that is a variable name via loop, e.g. data_point_0 via:
string:=concat("data_point_","i").
The result is then (if i=0):
string=data_point_0
The...