You guys are great. Thanks again for the quick response.
Here is one more.
Declare Function X() as String
Dim Y as ASCIIZ * 1000
' This won't work
' The function is returning a string but the var is ASCIIZ
Y = X()
Thanks Again
------------------
Here is one more.
Declare Function X() as String
Dim Y as ASCIIZ * 1000
' This won't work
' The function is returning a string but the var is ASCIIZ
Y = X()
Thanks Again
------------------
Comment