I’m trying to pass a tool into a parameter for example: PROC TestProgram(PERS tooldata TempTool) and the call would be “TestProgram (tTool);” I don’t get any syntax errors but I do get a compile error saying that tTool is not a PERS but it is.
Argument error(123): Argument for ‘PERS’ parameter tTool is not a persistent reference or is read only.
Is it possible to pass tooldata into a PROC as a parameter?
