Jump to content

Search the Community

Showing results for tags ' clupget()'.

  • 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. i wrote a program that automatially deletes http(/s)://(/www.) from any thing it finds in the clipboard. now i want it to delete the 'page' specifiation (the ending) of the URL leaving only the whole site URL. my first guess is to ############################################################################ (a) put the value of the variable set to clipget() into an array of single characters ### here is my question: #### how do i do that? ###; ############################################################################ (b) point to the third backslash in the string ; (c) set the value to null; (d) move to the next argument and do the same; (e) repeat until end of array; (f) write the values of the array to a variable (g) clipput() the string (h) exit i'm new to autoit. how do i load a variable containing the arguements of clipget() into an array? many thanks in advance this is what i have until now: i.stack.imgur.com/gJMYo.png Click2Trim.au3
×
×
  • Create New...