setting variables to false

Posted by SuperString on Stack Overflow See other posts from Stack Overflow or by SuperString
Published on 2010-04-04T20:56:53Z Indexed on 2010/04/04 21:03 UTC
Read the original article Hit count: 277

Filed under:

I am working in flex and I am just setting a variable to false. It doesnt do anything in the program but everything breaks when I put this line of code in:

somevar = false;

Does anyone know why?

© Stack Overflow or respective owner

Related posts about flex