Got this code somewhere, and I know it's valid code. However, it would not compile on my machine, saying class or project not found.
strX = Left$(strX, ilength - 1)
strY = RTrim$(strY)
All the references are correct and in place. I am quite certain of that.
Obviously, Left and RTrim are standard functions in VB 6, but with that "$" sign, VB doesn't seem to recognize the functions anymore. However, this usage is all over the place and I am sure it is not a mistake.
Any help would be appreciated. Thanks.
strX = Left$(strX, ilength - 1)
strY = RTrim$(strY)
All the references are correct and in place. I am quite certain of that.
Obviously, Left and RTrim are standard functions in VB 6, but with that "$" sign, VB doesn't seem to recognize the functions anymore. However, this usage is all over the place and I am sure it is not a mistake.
Any help would be appreciated. Thanks.
