PDA

View Full Version : The Rectangle procedure


Dave Byron
03 May 07, 07:34 PM
Is this correct ??

Syntax
Rectangle(Left, Top, Bottom, Right);
or should it be
Rectangle(Left, Top, Right,Bottom);

dave

Darren
04 May 07, 10:26 AM
It should be

Rectangle(Left, Top, Right, Bottom);

I have just fixed it in the help file.