Advertisement
Guest User

Untitled

a guest
Oct 10th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
TCL 0.30 KB | None | 0 0
  1. if { ([string last "title" $cookie] == 25) || ([string last "title" $cookie] == 19) } {
  2.             set tmp [encoding convertfrom utf-8 $tmp]
  3.          } elseif { ([string last "link" $cookie] == 25) || ([string last "link" $cookie] == 19) } {
  4.             set tmp [::rss-synd::grab_data $tmp]
  5.          }
  6.          }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement