pctechtv Posted November 1, 2013 Posted November 1, 2013 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>
LaRetta Posted November 1, 2013 Posted November 1, 2013 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 ) )
LaRetta Posted November 1, 2013 Posted November 1, 2013 Or if you wish "[wrap]" & Substitute ( table::values ; ¶ ; "[/wrap]¶[wrap]" ) & "[/wrap]"
comment Posted November 1, 2013 Posted November 1, 2013 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now