Hi,

I have a function written in S-Plus language. I want to call it from
my C#.NET program and get the return value(s) from the S-Plus
function.

Can someone kindly advise me on how to call this S-Plus function from
my C# code and catch its return value(s)?



For instance, if the S-Plus function I want to call is

warn.cu2("20080718")

What's the syntax to call it in C#? Shall I include any library /
namespace? Thanks!