Sometime ago I read a post how to split the contents of a variable where the contents are separated by a delimiter (eg ;).
The post had a link to the wiki page. However, I can no longer find the post or searching the wiki pages I cannot find the relevant page.
Could somebody point to the page?
Example macro below.
Variable test.kmmacros (8.6 KB)
Yes, it's the page about Variables - the section on variable arrays and custom delimiters: manual:Variables [Keyboard Maestro Wiki]
The "Variable Arrays" section of the manual?
If you've a problem with your macro above -- the second action is missing your delimiter. Also, you're "out by one" -- ClientEnquiryContact[0]; will give you length of the array, but the array elements themselves are indexed from [1].
ClientEnquiryContact[0];
[1]
Thank you for the responses and the link.
For more information, see the wiki Searching the Forum for Answers section.