Anybody know an easy way to read a text file and display it's contents in a dialog box in a way that would make it editable? I can construct the dialog box using a trick similar to the afralisp tutorial here: [URL]http://www.afralisp.com/lisp/dclatt2.htm[/URL]. But I can't find a way to put the entire contents into one box for editing. I can do it so that each line of text is in a separate edit box (just like the afralisp tutorial), but I would prefer to have one multi-row edit box. Is there a way to do this with pure DCL and NOT with Object DCL?