I am having some trouble getting info from text fields. I have a group of fields, ie "username, password, etc" I have it set up so that when you click a button, it does something along these lines: $username = $userfield->Text(); $password = $passfield->Text(); and so on. The sub dies after the first get. Is there another way to gather multiple text entries from the same sub? Vince