I've seen a lot of info (here & elsewhere) about things you can get AutoHotKey to do with text once the user has selected it, but is there a way to have an AHK script select the text itself? I'm doing a script to enter text into web form fields, and I need the script to select any text that's already in the field & delete it. I've looked at ControlGet but that seems to only work in dialog boxes etc where you can get the name of the control, not web fields. Any ideas?