Hello! I just read a page on the OCaml website about submitting questions. Well, I have a question for you. How would I put the user input into a text file, that can be read and modified? Let's say I used this function for the input, how would I create a text file of it: print_string "What's your name ? "; let name = read_line () in Printf.printf "Hello, %s.\n" name ;; Thank you for all your help. - Troy --------------------------------- Yahoo! Mail Use Photomail to share photos without annoying attachments.