'add' Page NOT Screen vs Page vs Card!!

Roger.E.Eller at sealedair.com Roger.E.Eller at sealedair.com
Mon Mar 29 16:23:22 EST 2004


on ratUp
   put fld "Recipe" of card 1 of stack 1 into cardMethod
   put fld "Chapter" of page 1 of book 1 into pageMethod
   put fld "LeftQuadrant" of screen 1 of monitor 1 into screenMethod
   put fld "Switches" of panel 1 of display 1 into panelMethod
   put fld "Slices" of pickle 1 of jar 1 into pickleMethod
   put fld "Molacules" of drop 1 of bucket 1 into dropMethod
   put fld "Poo" of monkey 1 of cage 1 into monkeyMethod
   put fld "BloodBank" of flea 1 of puppy 1 into fleaMethod
   ask "Which method is better?"
   if it = empty then
      put "It does not matter."
   else
      ask "Why does it matter? They are all really the same."
   end if
end ratUp

Whatever works for the programmer...
(Synonyms would be good!)

Roger Eller
roger.e.eller at sealedair.com


More information about the use-livecode mailing list