I'm thinking of converting jscript.net scripts over to C# in metastorm...
In 7.6 days I would do this:
var myStr : String = ework.CustomVariable("myVar").ToString();
Now in 9.2, I'm having issues with the whole casting bit since my variable is a Memo type...