Hi,
Is it possible to to create a function in VB or C# to take a parater like that
serivce1 or service1,service2 or service1,service2,service3
the result should split the parameters and return a string result like that :
Service=service1 or
Service=service1&Service=service2 or   ...
Go to the complete details ...