commands in a string..
commands in a string..
- Subject: commands in a string..
- From: "timmie..." <email@hidden>
- Date: Thu, 15 Mar 2001 03:42:56 +0000
I'm trying to make a dynamically generated dialog box.. but i've
ended up with the properties for the display dialog in a string (long
story.. it needs a repeat loop to generate.. i'm sure there's an
easier way but i'm still relatively new to this)..
anyway.. just out of curiousity.. I'm wondering if there's a way to
basically say...
set StupidStringName to "\"pointless question?\" buttons {"Cancel",
"OK"} default button 2 default answer \"\""
display dialog StupidStringName
or something of that nature...
any thoughts?
timmie... trying to come to grips with this...