VBScript Function

Assignment operator (=) Definition: Assigns a value to a variable or property. Assigning a value to a variable is no big deal in Windows PowerShell: you put the variable on the left side of the equation, the value to be assigned on the right side, and an equals sign (=) smack dab in the middle. ................
................