1. over flow problem for var type
--see max value for var (999,999.999?)
--sample var in post was > 8 million (not 6 chars)?
--difficulty in counting digits?
----might be typical for scope
2. variables may change on sleep, wait, etc.
3. performance: ? no short circuit (&&, &&, &&)
--do separately and skip if false?