Hello everybody!
I have a problem with the "Switch" command.
Here is my little Code:

on mouseup
  put word 2 of the selectedline of me into nbcalc

  switch nbcalc

  case 1
    put 0 into fld "nbcalc"

  case 2
    
    put 2 into fld "nbcalc"
  end switch
  
end mouseup

It's always the case 2 that's done, even if the nbcalc is 1!
What's wrong please?


Amicalement
François


-------------- 
François Cuneo
Site Web dédié au Macintosh http://www.cuk.ch
E-mail: [EMAIL PROTECTED]

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to