Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I remove the first character from a string?? 2

Status
Not open for further replies.

ftpdoo

Programmer
Aug 9, 2001
202
0
0
GB
Hi,

I have a string "strString" which contains the value:

PZZZ

I need to remove the first Character to leave ZZZ.

Any idea's?
Thnx,
Jonathan
 
or even:

sOut = right(sString, Len(sString)-1)

k.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top