Your Products have been synced, click here to refresh
'loop through commands deleting once delete command flag has bees set to true For Each cmd In cmds If cmd.ID = cmdID Then deletecommandflag = True End If If deletecommandflag = True Then [COLOR=#FF0000]cmd.Remove[/COLOR] End If Next
SendKeys(SHIFT + CTRL + END) ' selects the text from deleteflag to program end Wait(250) ' lets give it time to select the text SendKeys(DELETE) ' delete the selected text
© 2024 Hexagon AB and/or its subsidiaries. | Privacy Policy | Cloud Services Agreement |