Curtis360it
IS-IT--Management
I have some code that needs to get the pointer to an object. The code is asking for a "pFileTo" object. Anyone have a suggestion?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dim a, b as string
a = new string("stuff")
b=a
a="other stuff"