What coding up front for a button using txt script and not .rvb or .py?

Hi
I paste here the code from my download of that Notcher at the time, and I never even touched it, it differs from the code you found. I added the prefix and got that correct

-_Runscript (

Option Explicit

'Script written by Pascal

’ RMA

'Script version Wednesday, May 01, 2013

‘Call Main()

‘Sub Main()

'Call Notcher()

Private OldClear

If isEmpty(oldClear) Then

oldClear = 0

End If

Sub Notcher()

Dim P1, P2

My code as taken at the time has no Call Notcher() after End If.
it also has 0 and not 0.0 if such makes a diffference but absence of Call Notcher might !

Meanwhile
Pascal has spotted that it doesnt support the Private Statement and is investigating.

Steve