Sam W Posted December 23, 2005 Posted December 23, 2005 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
bruceR Posted January 5, 2006 Posted January 5, 2006 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now