Hello
I have the followig function
Function GetTheName() as string
![]()
Please Login or Register to view this content.
How do I return this "MyName" here now then exit the function to go back to the calling procedure? I tried the "Return MyName" statement but it gave me a syntax error, however I tried "GetTheName = MyName" and it worked but is this going to flush the memory of this function from memory and exit the function and go back to the calling procedure?
Bookmarks