L
Les2011
Guest
Dim A as string
A = "inside of quoted statement keeps changing"
Every so often when I am concatenating the string it turns into this
A = "Inside Of quoted statement keeps changing"
Notice the I and the o get capitalized???
Can anyone explain why??
Have you seen this before??
Thanks
Les
Continue reading...
A = "inside of quoted statement keeps changing"
Every so often when I am concatenating the string it turns into this
A = "Inside Of quoted statement keeps changing"
Notice the I and the o get capitalized???
Can anyone explain why??
Have you seen this before??
Thanks
Les
Continue reading...