If you quit PSPad while a VBScript loop is running, an error message appears
every time. Can you please fix it?

[URL=https://www.directupload.net/file/d/5823/p6ixs2tf_png.htm][IMG]https://s12.
directupload.net/images/200518/temp/p6ixs2tf.png[/IMG][/URL]


VBScript Example

' TestLoop.vbs
const module_name  = "TestLoop"         'this name must be unique !!!
const module_ver   = "0.001"            'version

sub MyTestLoop()
  Do
    Sleep(100)
  Loop
end sub

' name "Init" is required, its called automatically during initialization to
create menu items
sub Init
  MyTestLoop()
end sub


-- 
<https://forum.pspad.com/read.php?2,73475,73475>
PSPad freeware editor https://www.pspad.com

Odpovedet emailem