Linked variables
Linked variables
- Subject: Linked variables
- From: "Romulus Barabas" <email@hidden>
- Date: Tue, 19 Feb 2002 23:15:07 -0500
In a very simplified version, I have this kind of script:
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="Microsoft Word 81.2">
<TITLE>set ls to "N/A"</TITLE>
<META NAME="Template" CONTENT="Macintosh HD:Applications:Microsoft Office
98:Templates:Web Pages:Blank Web Page">
</HEAD>
<BODY LINK="#0000ff" VLINK="#800080">
<B><FONT FACE="Geneva"><P>set</B> ls <B>to</B> "N/A"</P>
<B><P>set</B> SizesDialog <B>to</B> {value:ls}</P>
<B><P>set</B> ls <B>to</B> 23</P>
<P>SizesDialog</P>
<P>	result ---> {value:"N/A"}</P>
<P> </P></FONT></BODY>
</HTML>
Because in the real script SizesDialog is a very big thing (Dialog Director
box definition) which includes several ls-es it is not practical to repeat
defining it every time ls is changing. Is there any way to have SizesDialog
update itself?
Thanks,
Romy
_________________________________________________________________
Get your FREE download of MSN Explorer at
http://explorer.msn.com/intl.asp.
_______________________________________________
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.