Yes, it works like that, but not the other way around
My code is like this :-
Arr=Split(strValue,":")
<input type="text" name="txtlogin_1" id="Txtlogin_1" value ='<%= Arr(0) %>' >
<input type="text" name="txtlogin_2" id="Txtlogin_2" value ='<%= Arr(1) %>' >
and so on....
I could not figure out why Arr(0) will not work in a value field?
Seems like it should.