I can't make Shredder Classic 4 crash.

And your continue is in the wrong place - though i'm not sure it should make 
any diff. Using
  "after 1500 autoplay"
means autoplay can get interupted altogether. It should be just
  "autoplay"
I have:

if { $t == "depth" } {
  incr i
  set uciInfo(depth$n) [ lindex $data $i ]
  if {$uciInfo(depth$n) == 11} {
    after cancel autoplay
    autoplay
  }
  continue
}


Steve

------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
Scid-users mailing list
Scid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scid-users

Reply via email to