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

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

Recommended Posts

Posted

There are a few different ways to parse out the info but to give you the best way maybe a little more info.

You could use funtions such as Left, LeftWords, MiddleWords, RightWords, or LeftValues, MiddleValues, RightValues.

You would have to use a substitute () first to substitute your commas into ¶ or spaces if there are no spaces following the commas.

Posted

To extract the 4th section, for example:

Let ( [

n = 4 ;

t = "," & YourField & "," ;

start = Position ( t ; "," ; 1 ; n ) + 1 ;

end = Position ( t ; "," ; 1 ; n + 1 )

] ;

Middle ( t ; start ; end - start )

)

To extract any other section, just change the definition of the n parameter.

This topic is 6465 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.