Your comments

i'm not sure but i think you can use the same account

think i found it. Is this the script i need to use?


function virtual_to_virtual (in_Type, in_Name, in_Value) 
{
   var namepart = in_Name.split(".");  
   IR.SetVariable("Server.Tags." + in_Name, in_Value);
   return in_Value;
}


tanks for the reply. But I ave not yet figured out how to send the value from the virtual channel to the virtual tag. How do i connect them to eachother. Is there a wiki page about that?