i have some boolean variable called boolvar, which i want to access and
set in a transition function.

to be concrete:

----------------------------------------------------
# set to some initial value
boolvar = false

def transfunc(a,b)
  # how can i access boolvar here???
  boolvar = true/false
  b
end

fallback(trans=[transfunc], {source1, source2])
----------------------------------------------------

thanks in advance,
alex.


------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to