Archive for June, 2008

1, true, yes, y, on? - A Boolean Converter in AS3

Wednesday, June 4th, 2008

Configuration files often contain Boolean parameters for enabling or disabling features in an application or website. This way non-programmers can easily customize complex systems. But what if someone uses another word than “true” (for example, “1″, “yes”, “y”, “on”)?
(more…)