At 11:24 Uhr -0300 02.09.2002, Rodrigo Peres wrote:
>Hi list,
>
>I think that my subject is a little confusing uh???
>Is it possible in lingo to make handlers return a value and atribute this to
>a variable?? for example:
>
>
>on test
>if 2 + 2 = 4 then
>return false
>else
>return true
>end if
>end
>
>x = test()
>if x = true then .....

why don't you just try it ???

then you may want to try also:

on test
   return (2 + 2 = 4)
end

if test() then ...
-- 

   |||
a�ex
  --
[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email 
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]

Reply via email to