Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 7424 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I'm trying to figure out how to remove the first line of a text field.

I was thinking maybe MiddleValues ( myField ; 2 ; 99999999999999999999 ) but I thought there might be a better way!

Posted

If you mean up to the paragraph return, then (depending on what you want to do when there is only one line):

Right(MyField;Length(MyField) - Position(MyField;par.gif;1;1))

or

case(patterncount(MyField,par.gif), Right(MyField; Length(MyField) - Position(MyField;par.gif;1;1)))

Posted

MiddleValues( myField; 2; ValueCount(myField) - 1 ) or RightValues( myField; ValueCount(myField) - 1 ) works for version 7.

This topic is 7424 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.