Jump to content

Recommended Posts

Posted

,-. .--. ________ .-. .-. ,---. ,-. .-. .-. .-.
|(| / /\ \ |\ /| |__ __||| | | || .-' | |/ / \ \_/ )/
(_) / /__\ \ |(\ / | )| | | `-' | | `-. | | / __ \ (_)
| | | __ | (_)\/ | (_) | | .-. | | .-' | | \ |__| ) (
| | | | |)| | \ / | | | | | |)| | `--. | |) \ | |
`-' |_| (_) | |\/| | `-' /( (_)/( __.' |((_)-' /(_|
'-' '-' (__) (__) (_) (__)

Posted
55 minutes ago, InunoTaishou said:

Click that link, it will explain everything and your life will be complete.

I couldn't get it.

15 minutes ago, jdelaney said:

What are you inputing into, a gui, or browser?  There are more reliable ways to do so...such as ControlSetText, or one of the _IE functions.

I'm trying to understand how not to start with the first element.

Posted (edited)
Local $a[5] = ['a','b','c','d','e']
For $i = 1 To UBound($a)-1
    ConsoleWrite($a[$i] & @CRLF)
Next

Notice I'm starting at 1, which is the second element in the array (arrays are 0 based)

Edited by jdelaney
IEbyXPATH-Grab IE DOM objects by XPATH IEscriptRecord-Makings of an IE script recorder ExcelFromXML-Create Excel docs without excel installed GetAllWindowControls-Output all control data on a given window.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...