02-25-2008, 10:04 AM
Hi
i am using the script to create one parameter in runtime data table
My question is : how to add the second value with same parameter.
First value is : London
Second value is : Paris (how to add with same parameter)
i am using the script to create one parameter in runtime data table
Code:
DataTable.Addsheet("MYsheet").Addparameter("Arrival","London")
First value is : London
Second value is : Paris (how to add with same parameter)