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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

removing the first char in a string? 1

Status
Not open for further replies.

jazbar

Technical User
Apr 26, 2006
37
GB
Hi All

Does anyone know if there is a function or a formula for removing the first char in a string?

I'm using CRXI.

Thanks in advance.

 
right({yourstring},len({yourstring})-1)

Software Sales, Training, Implementation and Support for Macola, eSynergy, and Crystal Reports

"What version of URGENT!!! are you using?
 
Worked a treat! Thanks for your help dgillz.
 
You can also use the Mid function:

mid({table.field},2)

~Brian
 
Thanks Brian I forgot about that.

Software Sales, Training, Implementation and Support for Macola, eSynergy, and Crystal Reports

"What version of URGENT!!! are you using?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top