ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Post New Requests Here

Line to clip

<< < (2/2)

Contro:
I'll try and comment.
Best Regards
 :-*

BigVent:
To verify the code above works correctly:



--- Code: Autohotkey ---var =(*This is the first linewww.codingsnacks.tk*This is the second linePost new requests here*This is the third linehttp://www.donationcoder.com*4th line in fileblah blahmore junk*5th line in fileblah blah morejunkjunk) set_f=0loop, parse, var, `n, `r{        if (set_f=="1")        {                msg_output .= A_LoopField . "`n"                set_f=0        }        if (A_LoopField=="*")  ;if line equals * per request... the next line is obtained -- append to variable                set_f=1}msgbox % msg_output   exitapp

Enjoy!

~BigVent

Navigation

[0] Message Index

[*] Previous page

Go to full version