I'm new to TC, so my apologies in advance if there is an obvious answer to this that I'm missing.
I have an existing VB Script that I wish to call from within my JScript project. When using Add...Existing Item the project looks for a .sj file rather than a .sbv file. If I override this and add the .sbv file anyway, I'm not able to access the script it in the fashion that I would for an imported .sj script (USEUNIT) because the project is looking for a JScript file.
I've tried creating a new project for just the VB Script within the same Suite, but I encounter the same problem referencing it because of the scripting language mismatch.
I could re-write the VB Script if there are no other solutions, but the script is rather extensive and I'm hoping to save myself the time of re-writing. I'm hoping that someone has a suggestion on how I can approach this.