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


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