Is there a reason why multiple variable initialization is forbidden? program Test; var A: Integer = 0; // allowed B, C: Integer = 0; // not allowed begin end. Will a patch be applied that allows it? Ondrej