The Rectangle procedure

Discussion in 'Pascal Logic Code Examples' started by Dave Byron, May 3, 2007.

  1. Dave Byron

    Dave Byron

    Joined:
    Aug 3, 2004
    Messages:
    835
    Likes Received:
    0
    Location:
    Casurina
    Is this correct ??

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

    dave
     
    Dave Byron, May 3, 2007
    #1
  2. Dave Byron

    Darren Senior Member

    Joined:
    Jul 29, 2004
    Messages:
    2,361
    Likes Received:
    0
    Location:
    Adelaide, South Australia
    It should be

    Rectangle(Left, Top, Right, Bottom);

    I have just fixed it in the help file.
     
    Darren, May 4, 2007
    #2
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.