Re: list question
Re: list question
- Subject: Re: list question
- From: Doug McNutt <email@hidden>
- Date: Wed, 4 Jun 2003 14:17:55 -0600
set a to "2" as string
set b to a
set c to a + b as string
c
--> "4"
set a to "3" as string
set c to a + b as string
c
--> "5"
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.