hello everyone.
I want to copy the name of active document to a variable as a string, but I find "paste" command just paste it to the file and can not set to a variable. How can I do that?
I use it like below
I want to copy the name of active document to a variable as a string, but I find "paste" command just paste it to the file and can not set to a variable. How can I do that?
I use it like below
Code: Select all
UltraEdit.activeDocument.copyFilePath();
...
UltraEdit.activeDocument.paste();