From: Guillem C. W. <vac...@es...> - 2002-04-11 11:13:15
|
Hi again, I'm using a TreeView and I would like to include a tab inside every = branch to separate the text. $ref_bust->{Info}[$dinspos]{Arbre} =3D $TV->InsertItem( -parent=3D>$ref_assign->{Arbre}{$est_alu->{Nom}} , = -text=3D>$ref_bust->{Nom}."\t".$ref_bust->{Info}[$dinspos]{Dinsarray}, -image =3D> 0,=20 -selected =3D> 0, -checkboxes =3D> 0,);=20 Is not possible to use \t ? Guillem Cunillera i Wefers Regards from Catalonia. |