Lambort Posted October 26, 2006 Posted October 26, 2006 (edited) Let's say we have some text in an IE browser that says:{"isLogin":true,"gameId":"u_gbound","isValid":true,"launchScript":"hangame://http://gstr.ijjimax.com:10000/?cksum=830&k22e=U_&kpw=1&enc=y&pub10e=514&cksm=830","isUnder":false}How would I get autoit to just copy the bolded text. I need it to copy the text after "LaunchScript":" but before &pub10eI'm not even sure if this can be done in autoit..-Alyssa Edited October 26, 2006 by Lambort
Moderators SmOke_N Posted October 26, 2006 Moderators Posted October 26, 2006 You can try this:http://www.autoitscript.com/forum/index.ph...c=35090&hl= If you know the ending of the source to find. 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.
Lambort Posted October 26, 2006 Author Posted October 26, 2006 (edited) You can try this:http://www.autoitscript.com/forum/index.ph...c=35090&hl= If you know the ending of the source to find.That looks really nice, but I'm new to autoit and that is very hard for me to follow. However, I will try with it some more and see if I can get what I want accomplished. ThanksEdit: Yes, I do know both the beginning and end of the string.Beginning: Launchscript":"End: &pub10eOr is it supposed to be the beginning and end of the exact text I want:Beginning: hangame:End: 1&enc=y Edited October 26, 2006 by Lambort
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now