Remoting4 / Pass a String array to the scene
Posted: 25 Mar 2015, 08:10
Hi,
I'm looking for a way to pass a string array to a scene, anyone tried this ?
Example :
Project Data DataScheme : .myStringArray (declared as a String Array)
(under VB.net)
When I pass through the myCluster.ProjectDataItem(".myStringArray","string1;string2;string3")
the scene received : "string1;string2;string3" avec the first field of the array (same when escaping)
but when i set under designer : string1;string2;string3 the scene recognize the 3 fields
I tried the ArrayCsvTypeConverter(Of T) function but can't figure how to use the function, not well documented.
Thanks !
I'm looking for a way to pass a string array to a scene, anyone tried this ?
Example :
Project Data DataScheme : .myStringArray (declared as a String Array)
(under VB.net)
When I pass through the myCluster.ProjectDataItem(".myStringArray","string1;string2;string3")
the scene received : "string1;string2;string3" avec the first field of the array (same when escaping)
but when i set under designer : string1;string2;string3 the scene recognize the 3 fields
I tried the ArrayCsvTypeConverter(Of T) function but can't figure how to use the function, not well documented.
Thanks !