Forum Discussion
Mitra_Kelly_625
Nov 02, 2011Historic F5 Account
The TCL file commands are all available from the Implementation section. Here is a link to documentation on them: http://wiki.tcl.tk/367.
set user_input_file [open "$my_file_name" "w" "0755"]
puts $user_input_file $::section__text_box_input
close $user_input_file
Hope that helps,
Mitra Kelly