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...