Zabaware Support Forums

Rob, Language conversion question.

Started by onthecuttingedge2005, September 01, 2013, 03:13:20 PM

Previous topic - Next topic

onthecuttingedge2005

Hi Rob.

I was wondering.

I want to use a different language but I need to know something.

the usual: RemLanguage = VBScript

I need it for C#, what should I use?

Thanks Jerry

Medeksza

Hal uses the WSH (Windows Script Host). By default it comes installed with VBScript and JScript. A list of other available languages are at https://en.wikipedia.org/wiki/Windows_Script_Host#Available_scripting_engines

C# is not a scripting language, but you could use the .NET Interop from C# to make ActiveX controls that can be called from VBScript or JScript.
Robert Medeksza

onthecuttingedge2005