Jump to content

Recommended Posts

Posted

Is the following method the correct way to extract a string starting at some point and continuing to the end of the string?

$sA="ABCDEF"

$sB=StringMid($sA,4,StringLen($sA))

AutoIt wants the string out of bounds to do what other languages do by leaving the length parameter off. What is the correct way to do this?

Keep up this great work.

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