I have an extremely long SQL statement that I need to run to update around 53
variables - and instead of having it run horizontally forever off my screen,
I would like to ask what is the proper way to carry statements over multiple
lines in VBScript instead of having to contain it on just one really really
really long line.
Is it possible?
Thanks for the assistance. I did a search on here and couldn't find anything.