sqb
The major difference I don't think anybody has mentioned is that since the value of a constant is known at compile time, it can be inserted directly into the resulting object code. So the value has only to be looked up once - at compile time - whereas a variable always has to be re-evaluated at runtime. A variable that's got from an accessor would seem to be even more work because a handler has to be run to determine which variable to look up.
martin
_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
