Nov 28, 2007 #1 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.
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.
Nov 28, 2007 1 #2 dgillz Instructor Mar 2, 2001 10,041 US right({yourstring},len({yourstring})-1) Software Sales, Training, Implementation and Support for Macola, eSynergy, and Crystal Reports http://www.gainfocus.biz "What version of URGENT!!! are you using? Upvote 0 Downvote
right({yourstring},len({yourstring})-1) Software Sales, Training, Implementation and Support for Macola, eSynergy, and Crystal Reports http://www.gainfocus.biz "What version of URGENT!!! are you using?
Nov 28, 2007 Thread starter #3 jazbar Technical User Apr 26, 2006 37 GB Worked a treat! Thanks for your help dgillz. Upvote 0 Downvote
Nov 28, 2007 #4 bdreed35 Programmer Mar 2, 2003 1,549 US You can also use the Mid function: mid({table.field},2) ~Brian Upvote 0 Downvote
Nov 28, 2007 #5 dgillz Instructor Mar 2, 2001 10,041 US Thanks Brian I forgot about that. Software Sales, Training, Implementation and Support for Macola, eSynergy, and Crystal Reports http://www.gainfocus.biz "What version of URGENT!!! are you using? Upvote 0 Downvote
Thanks Brian I forgot about that. Software Sales, Training, Implementation and Support for Macola, eSynergy, and Crystal Reports http://www.gainfocus.biz "What version of URGENT!!! are you using?