how do i write the code to pass a structure to a delegate?
private structure Structure StuctureName
'variables
end structure
delegate function Delegator(produ cts as StructureName)
is not working? how would iwrite it?
thank you
private structure Structure StuctureName
'variables
end structure
delegate function Delegator(produ cts as StructureName)
is not working? how would iwrite it?
thank you
Comment