JMP adding characters to string?
Hi all,I had some code that extracted some numbers into variables, and then I put them together in a string.xlocation = dt1:Die_X[x]; ylocation = dt1:Die_Y[x];site = dt1:Site[x];deviceName = "x="||char(xlocation)||" y="||char(ylocation)||" Site"||char(site);It would output something like this: x= 8 y=2 Site2But now it outputs this: x=[8] y=[2] Site[2]I am not sure what I changed. The ...
natalie_
ron_horne
saitcopuroglu
Steven_Moore
sophiaw