4 lines
107 B
PowerShell
4 lines
107 B
PowerShell
[string]$alpha = "abcdefghijklmnopqrstuvwxyz"
|
|
[string]$empty = ""
|
|
# or...
|
|
[string]$empty = [String]::Empty
|