Variable
Array1 = {“A”,“B”,“C”} type is String
Array2 = {"D,“E”,“F”} type is String
List1 = new list(of string()) from {Array1,Array2}
Design Activity using Invoke Method
TargetType = null
TargetObject = List1
MethodName = Add
it’s parameters is
Direction = in
Type = String
Value = {“apple”,“banana”}
i need help to write the result in string showing in two ways
Thanks Yoichi.
May i know what is the (i) meaning…Select(Function(i) CObj(i)).ToArray
And if it’s variable type is List<Int32>
should i write
New List(of Integer())From {strArr.Select(Function(s) CInt(is).ToArray,intArr}
and my write line will be (my LIst variable name is List_Int)
String.Join(" ",List_Int.SelectMany(Function(a) a))
what is the (a) means?
Thanks for sharing.
However i am not C# nor coding savvy person.
Could you kindly explain it in plain layman term
What is the meaning for (i) in this syntax?
New List(Of Object())From {intArr.Select(Function(i) cobj(i)).ToArray,strArr}
Is it integer? so should i need to change it to (s) if i want it to be a string?
New List(Of Object())From {intArr.Select(Function(s) cobj(s)).ToArray,strArr}
And What is the meaning for (a) in this syntax?
String.Join(" ",List_Int.SelectMany(Function(a) a))