A
Anonymous
Guest
I have a good one... I think..
How would one scan a variable say:
$ItemName = ("This Name");
and change it to $ItemName = ("This+Name");
and make it dynamic so that no matter what the $ItemName is, it would change any space to a plus sign.
Thanks,
Bill Strong
How would one scan a variable say:
$ItemName = ("This Name");
and change it to $ItemName = ("This+Name");
and make it dynamic so that no matter what the $ItemName is, it would change any space to a plus sign.
Thanks,
Bill Strong