Another thing that would be helpfull in python would be to have a clear distinction between the content of one single textbox and the content of all linked text boxes. Currently: a = GetText(TextBox) SetText( a, TextBox) will delete any content from all other textboxes that are linked behind the current textbox. -- Johannes Wilm