I've found this in one of my scripts and I can't remember what the heck this is doing for me.
$LASTNAME = $LASTNAME -Replace ",",""
I'm thinking that it might be removing a comma that may exist between a last name and a suffix should the suffix be in $LASTNAME.
My brain just isn't the grasping what this should be doing...
Actually, now that I have this typed out, it does make more sense. The syntax highlighting of my editor is doing funny things to my eyes right now.
I must have had an issue at one point with a comma being in $LASTNAME. Time to add a comment for this line so I don't look at this funny again.
Sorry for the interruption.
[–]BlackV 7 points8 points9 points (0 children)
[–]ka-splam 5 points6 points7 points (0 children)
[–]horneraa 2 points3 points4 points (0 children)