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.

Search found 1 match

by kiely
Wed Jun 11, 2014 1:40 pm
Forum: Scripting Help
Topic: Find index where MarketName has certain value
Replies: 0
Views: 3886

Find index where MarketName has certain value

https://github.com/kitaco/coinprice/blob/master/coinprice.tcl I have this API ( https://bittrex.com/api/v1/public/getmarketsummaries ) where the index of the values I am trying to get, keeps changing. I have set cloaklast [dict get [lindex [dict get $bittrex result] 28] Last] right now, and the 28 k...