File:  [LON-CAPA] / capa / capa51 / CapaTools / forforum.tcl
Revision 1.1: download - view: text, annotated - select for diffs
Tue Sep 28 21:25:35 1999 UTC (24 years, 7 months ago) by albertel
CVS tags: MAIN, HEAD
Initial revision

while { ! [eof file0] } {
	set line [ gets file0 ]
	puts "name [lindex [split [lindex $line end] @] 0]"
	puts "password [lindex $line 3]"
	puts "title [string range $line 24 54]"
	puts "email [lindex $line end]"
	puts "my_vista 0"
	puts ""
}

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>