Re: 10.4.9 versus 10.4.10
Re: 10.4.9 versus 10.4.10
- Subject: Re: 10.4.9 versus 10.4.10
- From: Michelle Steiner <email@hidden>
- Date: Sat, 15 Mar 2008 13:09:27 -0700
On Mar 15, 2008, at 1:02 PM, Paul Berkowitz wrote:
set v1 to system attribute "sys1"
set v2 to system attribute "sys2"
set v3 to system attribute "sys3"
set v to (v1 as string) & "." & v2 & "." & v3
Alternatively,
set text item delimiters to "."
set v1 to system attribute "sys1"
set v2 to system attribute "sys2"
set v3 to system attribute "sys3"
set v to (v1 & v2 & v3) as string
--
If you're not going somewhere, you're not getting anywhere.
_______________________________________________
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