Jump to content

Search the Community

Showing results for tags 'progressive'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements and Site News
    • Administration
  • AutoIt v3
    • AutoIt Help and Support
    • AutoIt Technical Discussion
    • AutoIt Example Scripts
  • Scripting and Development
    • Developer General Discussion
    • Language Specific Discussion
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Categories

  • AutoIt Team
    • Beta
    • MVP
  • AutoIt
    • Automation
    • Databases and web connections
    • Data compression
    • Encryption and hash
    • Games
    • GUI Additions
    • Hardware
    • Information gathering
    • Internet protocol suite
    • Maths
    • Media
    • PDF
    • Security
    • Social Media and other Website API
    • Windows
  • Scripting and Development
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Categories

  • Forum FAQ
  • AutoIt

Calendars

  • Community Calendar

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Location


WWW


Interests

Found 1 result

  1. Hi, I have searching in the forum but i don't have find nothing. How to add a progressive number to a ConsoleWrite? Example: Func Test() Local $Position = MouseGetPos() While $Final = MouseGetPos() If _IsPressed("01") Then ConsoleWrite("X Pos: " & $Final[0] & @CRLF & "Y Pos: " & $Final[1] & @CRLF) EndIf Sleep(100) WEnd EndFunc ;==>Test The output is: X Pos: 488 Y Pos: 345 X Pos: 674 Y Pos: 9 etc. I'd like to add a progressive number, like: X Pos_001: 488 Y Pos_001: 345 X Pos_002: 674 Y Pos_002: 9 etc. Hope everything is clear, thanks
×
×
  • Create New...