Convert Scripts from JScript to C# in Vegas

preview_player
Показать описание
In this tutorial, we take an older script that was written in JScript and convert it to the newer C#. There are definitely advantages to coding in C# such as being able to compile the code into a .dll file, using a "foreach" instead of an Enumerator to go through events and tracks, and the fact that most examples today are written in C#.

Overall the process is very simple - you look at each line of code and determine if it needs to be changed. Honestly, many lines will not need to be changed between JScript and C#. And some will need to use a new technique instead of the older one required by JScript.

Рекомендации по теме
visit shbcf.ru