RE: [Nant-users] Writing a custom function using VB script

2004-10-24 Thread Gert Driesen
Garcia-Prieto Sent: maandag 25 oktober 2004 4:00 To: 'Nant Users' Cc: 'Gert Driesen' Subject: RE: [Nant-users] Writing a custom function using VB script Thanks Gert, That will help! I am using a

RE: [Nant-users] Writing a custom function using VB script

2004-10-24 Thread Eduardo Garcia-Prieto
Title: RE: [Nant-users] Writing a custom function using VB script Thanks Gert, That will help! I am using a recent nightly build, however I didn't know about fileversioninfo::get-version-info().  I just had another look at the online documentation and I noticed that the function i

RE: [Nant-users] Writing a custom function using VB script

2004-10-24 Thread Gert Driesen
sdag 19 oktober 2004 0:34 > To: Nant Users ([EMAIL PROTECTED]) > Subject: [Nant-users] Writing a custom function using VB script > > Hi, > > Does anyone have a working example of how to write a custom > function using > VB script? > > I tried to write an VB equival

[Nant-users] Writing a custom function using VB script

2004-10-18 Thread Eduardo Garcia-Prieto
Hi, Does anyone have a working example of how to write a custom function using VB script? I tried to write an VB equivalent for the following custom function in C# but just couldn't get it to work. I'm wondering if there was problem applying the Function attribute as this requires the '<' '>'