Hello:
I have an object I created with:
?APServer{Prop:Create} = "APServer.Object"
my method call passing the equate label looks like this:
Test(?APServer)
What should my method prototype look like to handle the pointer to an object in mememory?
I tried this:
Test Procedure (?APServer)
That doesn't work. I am trying to pass the equate label to the method so that I can continue to use the object I created within the method. Please help? Thanks.
I have an object I created with:
?APServer{Prop:Create} = "APServer.Object"
my method call passing the equate label looks like this:
Test(?APServer)
What should my method prototype look like to handle the pointer to an object in mememory?
I tried this:
Test Procedure (?APServer)
That doesn't work. I am trying to pass the equate label to the method so that I can continue to use the object I created within the method. Please help? Thanks.