SK wrote: > <input name="z1" value="#(z1)#" type="text" size="15" id="1"> > <input name="z2" value="#(z2)#" type="text" size="15" id="2"> But that's the hack.
What did you really want to do?
I got lost en the part about why this doesn't work:
f i=1:1:16 {
w "<input name=""z",i,""" value=""",$g(^myGlobal("A",tc,sex,date,i)),"""",
" type=""text"" size=""15"" id=""",i,""">",!
}
