Re: commands in a string..
Re: commands in a string..
- Subject: Re: commands in a string..
- From: Emmanuel <email@hidden>
- Date: Thu, 15 Mar 2001 07:00:11 +0100
At 4:42 +0100 15/03/01, timmie... wrote:
>
display dialog StupidStringName
>
>
You should try:
--------------------------------- not tested
run script ("display dialog " & StupidStringName)
---------------------------------
Emmanuel