var1={}
for i in range(19):
var1[i]=''
Richard2011/2/8 António Ramos <[email protected]> > is there a more compact way of doing this? > > > var1={'1':'','2':'','3':'','4':'','5':'','6':'','7':'','8':'','9':'','10':'','11':'','12':'','13':'','14':'','15':'','16':'','17':'','18':'','19':''} > > Thanks > António > >

