Search found 1 match
- Thu Jun 10, 2021 9:26 am
- Jump to forum
- Jump to topic
Re: textbox appendtext
PowerShell is not case sensitive. So $lastname is the same as $LastName $lastname = $LastName.text So this statement assigns the text in the $LastName object to the object itself. That'll screw things up royally. I would recommend to name things a little differently. I name controls with a 'Ctl' suf...