Posted to tcl by kostix at Tue Oct 16 21:24:46 GMT 2007view raw

  1. ---------------------------
  2. Error in startup script
  3. ---------------------------
  4. expected integer but got "2.334"
  5. while executing
  6. "lsort -integer $ly"
  7. (procedure "graph" line 27)
  8. invoked from within
  9. "graph"
  10. (procedure "evaltext_tt" line 5)
  11. invoked from within
  12. "evaltext_tt"
  13. (procedure "setagoodexample" line 32)
  14. invoked from within
  15. "setagoodexample"
  16. (in namespace eval "::tpett" script line 5)
  17. invoked from within
  18. "namespace eval tpett {
  19. setupgui
  20. setinfo
  21. if {$::argc == 0} {
  22. setagoodexample
  23. }
  24. if {$::argc > 2 || ($::argc >= 1 && [lsearch $::argv {-?}] != -1)..."
  25. (file "C:\tmp\tpett.tcl" line 307)
  26. ---------------------------
  27. ОК
  28. ---------------------------
  29.  

Comments

Posted by kostix at Tue Oct 16 21:35:02 GMT 2007 [text] [code]

--------------------------- Error in startup script --------------------------- expected integer but got "0.5117" (reading increment) invoked from within "incr i [expr {($maxy - $miny) / 10}]" (procedure "graph" line 56) invoked from within "graph" (procedure "evaltext_tt" line 5) invoked from within "evaltext_tt" (procedure "setagoodexample" line 32) invoked from within "setagoodexample" (in namespace eval "::tpett" script line 5) invoked from within "namespace eval tpett { setupgui setinfo if {$::argc == 0} { setagoodexample } if {$::argc > 2 || ($::argc >= 1 && [lsearch $::argv {-?}] != -1)..." (file "C:\tmp\tpett.tcl" line 307) --------------------------- ОК ---------------------------