mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-10 05:17:44 +02:00
Update write-big.ps1 and write-calendar.ps1
This commit is contained in:
@ -402,9 +402,8 @@ function BigChar { param([string]$Char, [int]$Row)
|
||||
}
|
||||
|
||||
try {
|
||||
if ($Text -eq "" ) {
|
||||
[String]$Text = read-host "Enter text to write"
|
||||
}
|
||||
if ($Text -eq "" ) { [String]$Text = read-host "Enter text to write" }
|
||||
|
||||
[char[]]$ArrayOfChars = $Text.ToUpper()
|
||||
write-output ""
|
||||
for ($Row = 1; $Row -lt 5; $Row++) {
|
||||
|
Reference in New Issue
Block a user