$a := $b := $c := false Assigns false to all variables.
Though I found a bug in some code where I had $idx := $index := foo if($idx > 0) ... but it seemed to work Come to find out that you can do multiple assignments. I've seen this in other languages but never used it. Could not find it in documentation. Steve Alex _______________________________________________ Active4D-dev mailing list [email protected] http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/
