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.

tcl proc error

Help for those learning Tcl or writing their own scripts.
Post Reply
d
dutch1918
Voice
Posts: 14
Joined: Wed Jul 30, 2014 10:30 am

tcl proc error

Post by dutch1918 »

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.
User avatar
SpiKe^^
Owner
Posts: 831
Joined: Fri May 12, 2006 10:20 pm
Location: Tennessee, USA
Contact:

Post by SpiKe^^ »

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
SpiKe^^

Get BogusTrivia 2.06.4.7 at www.mytclscripts.com
or visit the New Tcl Acrhive at www.tclarchive.org
.
d
dutch1918
Voice
Posts: 14
Joined: Wed Jul 30, 2014 10:30 am

Post by dutch1918 »

Yeah I understand that something changed however, I am unable to nail it down. Was hoping someone else might have some knowledge
Post Reply