Article Details
Id:10870
Product:finPOWER Connect
Type:NEW
Version:1.06.06
Opened:28/01/2013
Closed:28/01/2013
Released:29/01/2013
Job: J011041

Scripting; 'Option Strict' added to templates and new finBL.Stop() method implemented

All template Scripts now include the line 'Option Strict On'.

An new finBL.Stop() method has been added. This can be called by Scripts to stop the Script running. It does this by raising an exception and is therefore reliant on not being within a Try/Catch block when called.