08-27-2009, 11:57 AM
I observed that you are missing '=' in the statement where you are getting the error.
I believe, you are taking 'Output' as a variable in which you are trying to get the output of 'Query.GetString'
Try this in your code
I believe, you are taking 'Output' as a variable in which you are trying to get the output of 'Query.GetString'
Try this in your code
Code:
Output = Query.GetString
msgbox Output