AppleScript: remove last character in text string -


i need remove last character in text string applescript. it's proving more difficult problem thought. can explain how done?

try this

set t "this string" text 1 thru -2 of t 

output:

"this strin"


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

how to prompt save As Box in Excel Interlop c# MVC 4 -

xslt 1.0 - How to access or retrieve mets content of an item from another item? -