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

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

Recommended Posts

Posted

If you have a return separated list how could you wrap each line like this?

 

Cat

Elephant

Woodpecker

Dog

Mongoose

 

To this

 

<wrap>Cat</wrap>

<wrap>Elephant</wrap>

<wrap>Woodpecker</wrap>

<wrap>Dog</wrap>

<wrap>Mongoose</wrap>

Posted

I am not sure I understand your need but you can try this:

Let ( [
theList = table::values & ¶ ;
adjusted = Substitute ( theList ; ¶ ;  "[/wrap]¶[wrap]" )
] ;
LeftValues ( "[wrap]" & adjusted ; ValueCount ( adjusted ) - 1 )
)
Posted

 

I am not sure I understand your need

 

I would ask about that too: it looks like an attempt to improvise an export to XML or HTML - and it's not very likely to succeed.

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