copy string

S

Souris

I would like to copy first 255 characters of string to strNewString

Are there any functions to copy the first 255 characters in to my string?

Your infroamtion is great apprecaietd,
 
T

Tom Lake

Souris said:
I would like to copy first 255 characters of string to strNewString

Are there any functions to copy the first 255 characters in to my string?

strNewSting = Left(string, 255)

Tom Lake
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top