Hi,Everyone

Thank you very much!

@lijiazhong,

Please find the attached workflow.

Flowchart.xaml (11.2 KB)

@lakshman
Thank you at first.
The method of used “ForEach and If” is not my favorites althought it can assign it,
Because i have a lot of var need to assign.

@lijiazhong,

is there any header is there for that datatable ?

If yes then use:

dataRow = DataTable1.select(“columnName=‘Wind’”)
Wind = dataRow(0).Item(1)

@lakshman
It works,Thanks a lot!
I found LINQ more efe…

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.