This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.
For more information, see this announcement post . Click the X in the top right-corner of this box to dismiss this message.
Help for those learning Tcl or writing their own scripts.
dutch1918
Voice
Posts: 14 Joined: Wed Jul 30, 2014 10:30 am
Post
by dutch1918 » Fri Nov 06, 2015 3:19 pm
I've had the proc working for a long time without any problem
http://pastebin.com/Nem3uT69 however, I am now getting this tcl error... Tcl error: can't read "change": no such variable I have checked the url and don't see any changes. Any help would be appreciated.
SpiKe^^
Owner
Posts: 831 Joined: Fri May 12, 2006 10:20 pm
Location: Tennessee, USA
Contact:
Post
by SpiKe^^ » Fri Nov 06, 2015 5:03 pm
Looks like this regexp is no longer working...
Code: Select all
regexp -nocase {"c"\s?:\s?"([^"]*)} $rawData noop change
If it once worked, and now doesn't, something has changed in the return from finance.google.com
dutch1918
Voice
Posts: 14 Joined: Wed Jul 30, 2014 10:30 am
Post
by dutch1918 » Fri Nov 06, 2015 9:41 pm
Yeah I understand that something changed however, I am unable to nail it down. Was hoping someone else might have some knowledge