hi im using.
set out [open $recfile$ext w]
puts $out $text
close $out
everything works in the program fine but when the textfile is opened with wordpad all the text is on 1 line.
what can I add to $text to make it put a linefeed or new line command that the worpad would recognize
2. in mirc they have a $chr(num) command thats prints an ascii character and a asc("char") command that gives u the ascii number of a character. does eggdrop have such commands?