Jump to content

Recommended Posts

Posted

so i have this variable called $line

and it is pretty much 15 lines of text.

i want to only save line 9, and only save everything on the right of that line from 16 characters from the left of the beginning of that line.

so this is line 9....

"xoxoxoxoxoxoxoxhi there"

when successful, $line should store this

"hi there"

reminder please....?

Valik Note Added 19 October 2006 - 08:38 AMAdded to warn level I just plain don't like you.

Posted

read the book....String*

Reading the help file before you post... Not only will it make you look smarter, it will make you smarter.

Posted

$aline = StringSplit($line, @CRLF)

MsgBox(0, "test", $aline[9])

that should work, else try @CR or @LF.

Writing AutoIt scripts since

_DateAdd("d", -2, _NowCalcDate())

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