Cancatenate string

P

pancho

The function you are needing is not called "cancatenate"
for a string, what you need is how to extract part of a
string (concatenate means you want to put two string
together)

if your string is on the variable X, the you can extract
with something like this:
myName=mid(X,1,Instr(Instr(1, X, ".")+1, X, ".")-1)


Francisco Mariscal
fcomariscal at hotmail dot com
 

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