Forum Discussion

boaz_haim's avatar
boaz_haim
Contributor
10 years ago
Solved

converting from C# script to vbs

Hi,

I'm upgrading from TC8.7 to TC9.



my project is in C# script and I want to start working with VBS,

is there an automatic tool that can help me?
  • Hi



    I don't think there's an automated tool for converting your scripts, but there is a section in the online help that you might find of interest.  Search for 'Scripting' and you'll find a sub-item called 'Converting from one scripting language to another'.



    Regards

    Stephen.

2 Replies

  • Philip_Baird's avatar
    Philip_Baird
    Community Expert

    Hi boaz, do your C# Scripts utilise try/catch Exception handling?


     


    If so, you will need to rework them as VBScript does not support try/catch Exception handling.


     


    Regards,


    Phil Baird

  • sbkeenan's avatar
    sbkeenan
    Frequent Contributor
    Hi



    I don't think there's an automated tool for converting your scripts, but there is a section in the online help that you might find of interest.  Search for 'Scripting' and you'll find a sub-item called 'Converting from one scripting language to another'.



    Regards

    Stephen.