Hello, Quick question
Why does this string list not work?

I set the default value as shown in the picture. Did not use any assign function
Hello, Quick question
Why does this string list not work?

I set the default value as shown in the picture. Did not use any assign function
You need to initialize the array as New String(length of array required){}
so, If I understand you right I need to do an assign function.
Assign To: Variable
Assign Value: New String(1){“Afdeling”}
Or if I want a list of 2 items
Assign Value: New String(2){“Afdeling”,“Afdeling2”}
Exactly @Peter_Peter
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.