Re: Shell-sandwich a file in 2 variable strings
Re: Shell-sandwich a file in 2 variable strings
- Subject: Re: Shell-sandwich a file in 2 variable strings
- From: Michael Terry <email@hidden>
- Date: Fri, 6 Feb 2004 22:59:39 -0800
On Feb 6, 2004, at 10:48 PM, Michael Terry wrote:
repeat until args's length 3 262144
That should be:
repeat until args's length is 262144
The first line above didn't make it through the list server because it
was the single character version of >=, but in correcting that I
realized that the 'greater than' part wasn't necessary, which renders
the following line also superfluous. Powers of 2 are cool!
set args to args's text 1 thru 262144
Mike
_______________________________________________
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.