I am trying to convert the name of the current selected work object to a string to display in a uimsgbox. I know the load identify routine does it with tool data, and I wasn’t sure how it was being done in that. Any help would be greatly appreciated.
Where:
wobjTemp
is a persistent or variable that will have the value of the current workobject
stTemp
is a persistent or variable string that will have the name of the current workobject
You can change wobjTemp with a tooldata or loaddata to have the same effect with those datatypes.