Hi
I try this code to have all open files to be reloaded:
sub ReloadAll
set obj = NewEditor()
for i = 0 to editorsCount - 1
obj.assignEditorByIndex(i)
obj.reloadFile()
next
end sub
He gaves me the following error on the line of obj.reloadFile() (translated from
french):
Name of file or class cannot be found during Automation: 'obj.reloadFile'
It looks like it doesn't know about reloadFile...
Any help welcome
--
<http://forum.pspad.com/read.php?2,35038,35038>
PSPad freeware editor http://www.pspad.com