1.- DCL How can I get an edit_box to scroll down and not always to the right? An edit_box like the comments edit_box in the summary tab of the AutoCAD dwgProperties dBox? 2.- AutoLISP How do I get to insert the file creation time as a text inside a dialog box (not an alert box)? I managed to get the current date in the same dialog box by using the cdate variable (not a Julian format). TDCREATE gives the creation date in a Julian format, which I do not know how to translate into a MON/DD/YYYY format as I would easily do if I use DIESEL (only for the status bar).