Can't find Chr Function!

Topher

Registered User.
Local time
Today, 04:44
Joined
Apr 18, 2000
Messages
72
Hi there, does anyone know hot use the Chr function to format strings??

i've used it just like the help says and it wont work - i need to use a carrige return chr(13) - but every time i use it i get an error stating that the project or library cannot be found - yet if i check the references its there!!!

my code is -
msgbox "message" & chr(13) & "message", vbokcancel

what am i doing wrong?

i've also tried to put the message into a string but still no luck...

any ideas??

-Topher
 
never mind it works! had a bad reference - removed it and it works fine...

my bad! hehe
 

Users who are viewing this thread

Back
Top Bottom