I am trying to pass a group of parameters when starting a new thread. eg: -
Calling Procedure: -
!Start thread, passing 1 parm
SaveThread2 = START(NewProc2,35000,Loc:GroupName)
Procedure Being Called: (NewProc2) -
Prototype: (Group)
Parameter: (MyGroup)
How do I specify the group in NewProc2?
It does not seem to like a Prototype of (Group)
I get the compile error "invalid data type for value parameter"
(*Group) doesnt seem to work either. I get the compile error "No matching prototype available" for the START command.
Has anyone managed to do this?
Calling Procedure: -
!Start thread, passing 1 parm
SaveThread2 = START(NewProc2,35000,Loc:GroupName)
Procedure Being Called: (NewProc2) -
Prototype: (Group)
Parameter: (MyGroup)
How do I specify the group in NewProc2?
It does not seem to like a Prototype of (Group)
I get the compile error "invalid data type for value parameter"
(*Group) doesnt seem to work either. I get the compile error "No matching prototype available" for the START command.
Has anyone managed to do this?