string ls_name
if dwo.type="text" then
dwo.color=rgb(255,0,0)
ls_name=dwo.name
ls_name=left(ls_name,len(ls_name)-2)
this.setsort(ls_name+",A")
this.sort()end if