J
Jon Paal
In a 2.0 vb code class, I have a private property and a shared public function
The property value has already been passed into the class, now I am trying to use a public finction which also needs the property
value.
How can I use the private property from within the shared public function, without having to pass the property value back into the
class again?
attempting to use the value now returns this error message:
The property value has already been passed into the class, now I am trying to use a public finction which also needs the property
value.
How can I use the private property from within the shared public function, without having to pass the property value back into the
class again?
attempting to use the value now returns this error message: