if { [catch {open $filn r }  f ] } {
    Report 3 "Could not open initialisation file $filn"
    return 0
  }


  set textin [split [ read $f ] "\n"]
  CloseFile $f

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-26
  • 2021-10-19
  • 2022-12-23
  • 2021-10-27
  • 2021-12-21
  • 2021-04-03
猜你喜欢
  • 2022-12-23
  • 2021-10-07
  • 2022-12-23
  • 2022-12-23
  • 2021-08-31
  • 2022-12-23
相关资源
相似解决方案