Zabaware Support Forums

Zabaware Forums => Programming using the Ultra Hal Brain Editor => Topic started by: onthecuttingedge2005 on September 01, 2013, 03:13:20 pm

Title: Rob, Language conversion question.
Post by: onthecuttingedge2005 on September 01, 2013, 03:13:20 pm
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
Title: Re: Rob, Language conversion question.
Post by: Medeksza on September 01, 2013, 09:38:09 pm
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.
Title: Re: Rob, Language conversion question.
Post by: onthecuttingedge2005 on September 01, 2013, 09:44:22 pm
ok, thanks Rob, clear as crystal.