Results 1 to 2 of 2

Thread: NotMoving

  1. #1
    Join Date
    Dec 2011
    Location
    Toronto, Ontario
    Posts
    6,424
    Mentioned
    84 Post(s)
    Quoted
    863 Post(s)

    Default NotMoving

    Simba Code:
    {*
    NotMoving
    ~~~~~~

    .. code-block:: pascal

        function NotMoving:Boolean;

    Moves the mouse to the Indicated Box, and performs the ClickType

    .. note::

        by Sin, IsMoving by ???

    Example:
        if notMoving then
    .. code-block:: pascal

    *}

    function NotMoving:boolean;
    begin
      Result := not IsMoving;
    end;

    Ik, it's simple but I tend to get annoyed when it says "if not IsMoving", rather than the grammatically correct version, "If NotMoving".

  2. #2
    Join Date
    Jan 2007
    Posts
    8,876
    Mentioned
    123 Post(s)
    Quoted
    327 Post(s)

    Default

    The grammatically version would be "IsNotMoving", but still, I think it's WAAAY to simple

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •