I have a string 'sSQL' that contains a very long tsql statement. I need to check what its value is while debugging. I usually just use ?sSQL in the immediate window but this is truncating the first half and only giving me the end half.
So is there an alternative way to see the full value using the vb6 sp5 dev environment?
For debugging, Clipboard.Clear: Clipboard.SetText ssql
then paste into notepad.
While execution is paused on the breakpoint you could type in the immediate window:
Debug.Print(sSql)
;-)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With