ST Engine: Deduce Types option
Hi All,We are in process of upgrading the Application from 7.8.2.16 to 8.1.1.9. In the newer version ST engine is enabled by default. Now to utilize the ST engine capability fully we are planning to convert the T-Scripts to ST Scripts. We have noticed that new ST engine has an option "Deduce Types" defined, and as per bookshelf "This allows the compiler to treat many of your typeless scripts as typed and you can enjoy the performance benefits and compilation warnings.".
I have following questions:-
- The old scripts written in TScript can still utilize the enhanced ST engine capabilities without making any changes to the script as far as local variables are concerned with "Deduce Types" option checked and ST engine is able to deduce the datatype successfully .
0