Hi All,
I am doing some debugging on a VB6 application and I come across this error message in my code pointing to chr(0) in the expression below
expression:
Dim sRet as String
sRet = String(255, Chr(0))
error message:
Compile error, can't find project or library!
Does anyone know what library VB is looking for?
KISS - Keep It Simple Sugar!
I am doing some debugging on a VB6 application and I come across this error message in my code pointing to chr(0) in the expression below
expression:
Dim sRet as String
sRet = String(255, Chr(0))
error message:
Compile error, can't find project or library!
Does anyone know what library VB is looking for?
KISS - Keep It Simple Sugar!