On 10/29/2018 08:32 AM, Keith Clarke via use-livecode wrote:
Iām trying to separate paths & pages from a list of URLs and so looking to identify the position of the last ā/ā character.
function rightmostSlashOf pText set the itemdelimiter to "/" return offset(item -1 of pText, pText) end rightmostSlashOf -- Mark Wieder [email protected] _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
