January 23, 201511 yr I have a list of 10,000 words in a single global text field. Each word is separated by a carriage return. How can I grab the first 100 words in the list so I can set them as a global variable?
January 23, 201511 yr Try Set Variable [ $$first100Words ; LeftValues ( YourTable::yourTextField ; 100 ) ]
Create an account or sign in to comment