Re: [NAnt-users] Using JScript.NET to implement a function

2009-08-28 Thread Bob Archer
> > Hmm... I use C#. How complex if the function you want to write? Is > there a reason you can use C#? > > > > BOb > > > OK, I was hoping to use a language that I already know. And > JScript.NET > is supposed to be supported, right? I guess so. But since I have never used it I can't help you. P

Re: [NAnt-users] Using JScript.NET to implement a function

2009-08-28 Thread Mike Frederick
Bob Archer wrote: >> Bob Archer wrote: >> I am very familiar with JScript, but not with JScript.NET or C#. I want to write a function in JScript.NET that I can use in my NAnt script. I currently have: ${script::testfunc()}

Re: [NAnt-users] Using JScript.NET to implement a function

2009-08-27 Thread Bob Archer
> Bob Archer wrote: > >> I am very familiar with JScript, but not with JScript.NET or C#. I > >> want > >> to write a function in JScript.NET that I can use in my NAnt script. > >> > >> I currently have: > >> > >> > >> > >> ${script::testfunc()} > >> > >> > >> > >>

Re: [NAnt-users] Using JScript.NET to implement a function

Bob Archer wrote: >> I am very familiar with JScript, but not with JScript.NET or C#. I >> want >> to write a function in JScript.NET that I can use in my NAnt script. >> >> I currently have: >> >> >> >> ${script::testfunc()} >> >> >> >> > public

Re: [NAnt-users] Using JScript.NET to implement a function

> I am very familiar with JScript, but not with JScript.NET or C#. I > want > to write a function in JScript.NET that I can use in my NAnt script. > > I currently have: > > > > ${script::testfunc()} > > > > public function testfunc():String