PDA

Click to See Complete Forum and Search --> : How Can I Take The First Letter Out Of text1 and put it in to my I


XxEvilxX
Jan 11th, 2000, 10:14 AM
Look At THis
I Put

Dim I
Dim B
I = text1.text
b = right$(i,1)
but i just want to take the first letter out and put it into b and leave the other

JeffSM
Jan 11th, 2000, 10:30 AM
Try use a code with variables more specif:

You must use LEFT$() instead of RIGHT.

OK.

Jefferson