Hi Andy,
To use Uservars in your .NET task, you have to pass them to your method.
Like:
public static string HelloWorld(string YourName)
{
return "Hello " + YourName;
}
Compile and refreh the methods and select HelloWorld.
After that you see a parameter window below (enlage the window a bit)
In there you can fill the YourName variable with a UserVariable or with a visualcron variable or a static value.
What will be returned here is usable as a visualcron variable task output in other tasks.
Regards,
Erik
Uses Visualcron since 2006.