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

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

Recommended Posts

Posted

I've searched this forum but my search terms must be too vague.

I'm copying onStyles from a Quark text string that will produce a list of at least one item but will have a variable number of elements in an list.

I want to capture them all and use them as flags, but unsure how to capture it. Right now, I've set them into their own field with a try statement, but that's proving to be unworkable for flags in calculations.

How would i set up a field to capture a list, and in AS, how would you set the field to the contents of that list?

thanx, sam

  • 2 weeks later...
Posted

set mylist to {1,2,3,4}

set applescript's text item delimiters to return

copy mylist as text to cell "Whatever" of current record

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