Inserts a specified recently accessed file at the cursor position (multiple items).
This command consists of multiple menu items, allowing you choose a recently accessed file to insert at the cursor position. The number of files to be displayed as the recent files can be set on the Number of Recent Files text box on the History tab of the Customize dialog box, under the Tools Menu (Tools > Customize > History).
editor.ExecuteCommandByID(4864 + i); // i is an integer from 0 through 63
editor.ExecuteCommandByID 4864 + i ' i is an integer from 0 through 63
Send feedback on this topic to Emurasoft