Jump to content

Recommended Posts

Posted (edited)

How can I set the length a string into a variable?

I want to set the length of the string in the Edit1 control on Internet Explorer.

Example, this is what my Edit1 control says.

www.test.com

My string would equal 12.

Edited by Garrett19212
  • Moderators
Posted

$String = 'www.test.com'

$StringLength = StringLen($String)

MsgBox(0, "test", $StringLength)

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

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...