hi everyone,
This is regarding the command in tcl
when i am trying to use the above command my console hangs, can anyone suggest me a solution or solve the problem ...if below shown syntax isn't correct...please suggest corrections with an example.
puts -nonewline "Enter Name: "
set sumanth [gets stdin]
set fileid [open $sumanth w+]
puts $fileid "hi"
close $fileid
Thanks
ss
This is regarding the command in tcl
when i am trying to use the above command my console hangs, can anyone suggest me a solution or solve the problem ...if below shown syntax isn't correct...please suggest corrections with an example.
puts -nonewline "Enter Name: "
set sumanth [gets stdin]
set fileid [open $sumanth w+]
puts $fileid "hi"
close $fileid
Thanks
ss