Hi,
Currently I am trying to make the flex pendant tell the operator what tools are used for a program and what location they are in, I am trying to use UIMsgBox and I am calling strings up to tell the operator where the tools are meant to be, the problem I run into is we have about 4 tools, and they could be in 4 different locations for each program, basically what I was hoping to do was call a string within a string i.e. create the string “tool holder 1=” and then create another string “1/4 in. Router bit” or “4in Saw Blade”
So basically what I would want to accomplish is for UIMsgBox to combine those string on a single line, is this possible?