Hi all,
-
I am wondering if it is possible to put all the values in a variable of type DataService in 1 Assign?
-
I have a variable “Data” type “Test_DataService.Test”
-
I don’t want to add value:
Data.NameFolder = CurrentRow(0).ToString
- I want to add value
Data = CurrentRow(0).ToString,CurrentRow(1).ToString,CurrentRow(2).ToString
-
But I don’t know how to do it, Can you help me.
-
Thanks all.