My initial code was -
Code: Select all
if word 1 of the target is "Image" then put word 2 of the name of the target into tmpPick
the word is delimited by a number of means, including (in this case) a tab, but why would it include the tab in the variable? The tab, even though part of a string, isn't part of a word is it?A word is delimited by one or more spaces, tabs, or returns, or enclosed by double quotes. A single word can contain multiple characters and multiple items, but not multiple lines.
I don't think tab falls under the "multiple characters" part of the definition since when I used characters to define the variable, character 1 didn't come back as the tab.
I iz confuzzled
