legal macros
Steve Hooker
steve at cybersaps.com
Mon Sep 17 11:36:30 CDT 2007
on makeMacroLegal (macroname) {
«11/18/99; 4:17:25 PM by DW
«http://samples.userland.com/stories/storyReader$54
local (adrtable = @config.mainresponder.prefs.legalmacros.[macroname]);
local (adrtablemanila = @manilaData.legalMacros.[macroname]);
new (tabletype, adrtable);
new (booleanType, adrtablemanila);
adrtablemanila = true;
adrtable^.fllegal = true;
adrtable^.flparams = true;
filemenu.savemyroot (adrtable)};
bundle { //test code
makeMacroLegal ("string.chop")}
Bob Raiselis wrote:
> To make the random() macro legal in Manila, do I just add a boolean
> entry of "random" as true in Config:MainResponder:prefs:LegalMacros?
>
> thanks.
>
> Bob
>
More information about the Manila-Users
mailing list