Article Details
Id:13570
Product:finPOWER Connect
Type:NEW
Version:3.00.00
Opened:22/01/2016
Closed:02/02/2016
Released:06/07/2016
Job: J016809

Scripts; Function Library type Scripts can now contain 'Option' lines

Function Library type Scripts are included within other Scripts, therefore, if the Function Library contained any 'Option' lines such as 'Option Explicit On' and the main Script also contained this line, compilation would fail.

This meant that you could not easily use the 'Build' button on a Function Library type Script to detect issues that 'Option Explicit On' and 'Option Strict On' would have picked up.

Function Library Scripts can now contain 'Option' lines. These will simply be stripped out before compilation if the main Script contains identical lines.