The line you removed is not dead code; the "position" variable (which IMNSHO should be named "positionIncrement" or something like it) needs to be reset to the default value.
The 'position' variable is local to the method, not a field as in your original patch. So it is automatically "reset" each time the method is called, and need not be explicitly reset.
Doug
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]