Periods in string after concatenating ?
Periods in string after concatenating ?
- Subject: Periods in string after concatenating ?
- From: Hernan <email@hidden>
- Date: Sun, 29 Aug 2010 19:35:02 -0400
Periods problem when dealing with Photoshop CS5.
set name_file to the name of the current document as string
set AppleScript's text item delimiters to "."
set new_name to first text item of name_file as string
display dialog new_name
# here works fine, I get the name as I need it
set zoom_size to save_folder & ":1500:" & new_name & "_1_zoom.jpg" as string
display dialog zoom_size
# here I get the name of the file between periods like this --> .new_name.
Thanks in advanced.
-H _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden