How does FileInsertAtCursor work? I'm assuming that a file is inserted in to the current document at the cursor position. Is the name of the file to be inserted passed as an argument to FileInsertAtCursor?
Are there other keyboard functions (macro functions) that take parameters?
Bill
FileInsertAtCursor
That is correctHow does FileInsertAtCursor work? I'm assuming that a file is inserted in to the current document at the cursor position.

No. The FileInsertAtCursor is a keyboard function an like all keyboard functions takes no arguments.Is the name of the file to be inserted passed as an argument to FileInsertAtCursor?
The function will prompt the user for the file to be inserted.
To see how it works just do the following:
- File, New menu
- Macros, Execute Script menu
- Type in FileInsertAtCursor
None.Are there other keyboard functions (macro functions) that take parameters?
But if needed it should be very easy to write a macro that does the same and also takes a file name as a paramater;)
Cheers Jussi