Ivers, Doug E wrote:
> My point is that there are areas of hypertalk that require more coding and
> are more prone to errors than should be. I hope that the MC/Rev developers
> are open to discussing these topics and providing improvements in the
> language.
>
> Menus and nested quotes stick out in my mind.
Here's a lil' gem that's radically simplified a lot of my code:
function q s
return quote& s "e
end q
To call it:
put "I said, "& q("Let's go!")
...as opposed to:
put "I said, "& quote&"Let's go!""e
A small improvement, but a but more pleasing to the tired eye. :)
--
Richard Gaskin
Fourth World Media Corporation
Developer of WebMerge 2.2: Publish any database on any site
___________________________________________________________
[EMAIL PROTECTED] http://www.FourthWorld.com
Tel: 323-225-3717 AIM: FourthWorldInc
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution