Hi, JoeyChiu,
Very thanks to your reply.
I'm sorry my English is not good so that it might mislead you. I'll try my best to make it clear enough for you.
After running your sequence, I can see you'd like to pass the values of the local variable to the parameter, and popup the value to ensure it works.
My question is I'd like to pass the parameter to the local variable in the mainsequence.
Since the parameter is smaller array than the local variable, I originally thought I can replace the subset of the local variable.
Maybe the above description still confuse you, let's see your sequence.
There's a local variable in the mainsequence : {"0", "1", "2", "3", "4", "5", "6", "7", "8", "9"},
and I'd like to generate an array, say {"a", "b", "c", "d", "e"}, and set this array to be the parameters by a statement : Parameters.parameter = {"a","b","c","d","e"},
![20141002001.JPG 20141002001.JPG]()
and I hope I can pass this parameter back into the mainsequence so that I add the expression Locals.local[5..9] in the value field.
![20141002002.JPG 20141002002.JPG]()
My goal is to make Locals.Local to be {"0", "1", "2", "3", "4", "a", "b", "c", "d", "e"}.
In other words, I'd just like to know how to assign the values of a portion of an array.
I hope I don't mix you a lot by the above description![Smiley Tongue :smileytongue:]()