Re: Parents/Child Scripts
Re: Parents/Child Scripts
- Subject: Re: Parents/Child Scripts
- From: Arthur J Knapp <email@hidden>
- Date: Mon, 13 May 2002 10:02:16 -0400
>
Date: Mon, 13 May 2002 08:00:02 +0100
>
From: has <email@hidden>
>
Subject: Re: Parents/Child Scripts
>
property allTextCharacters : [string of ASCII chars 0-256]
>
>
on ASCII character theNumber
>
try
>
return item (theNumber + 1) of allTextCharacters
>
on error
>
error "Invalid range." number -1720
>
end try
>
end ASCII character
>
>
>
ASCII character 100
>
--> "d"
Clever. :)
{ Arthur J. Knapp, of <
http://www.STELLARViSIONs.com>
<
mailto:email@hidden>
try
<
http://www.esglabs.com/>
on error number -128
end try
}
_______________________________________________
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.