Jump to content

Recommended Posts

Posted

hi when i have read a file i want to select/search to a word

b.v. when i get this when i read the file

hello=hello

test=test

autoit=autoit

c++=c++

i want to make that he select only the test:

so i want to select the secend word test

because when i read it something is there standing something different

is that a possebility with Select("test=******")

i wanne read the *****

how i can do this

Posted

when i run it i get a loop that dont stop.. i'm the value is right of the test= and the fileopen...

Works for me with this text file:

hello=hello
test=test
autoit=autoit
c++=c++

Broken link? PM me and I'll send you the file!

Posted

hi it works for me now only one problem but how do i set it in a $

i want not to show a msgbox but i just want to because in $value how do i do this?

Posted

hi it works for me now only one problem but how do i set it in a $

i want not to show a msgbox but i just want to because in $value how do i do this?

$value=StringTrimLeft($line,StringLen("test="))

Instead of MsgBox()

:)

Broken link? PM me and I'll send you the file!

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