in
tech
tech
Thursday, May 29, 2008 at 02:44PM set-variable -name Foo -value 3 -option constant
As opposed to 'Const Foo = 3'
Somehow I think that this could've been made...a bit less clunky?
(And now I'll just sit here and clock with an egg-timer how long it takes some deranged Powershell zealot to tell me how to shorten that into like 3 characters, or some such foolishness. ;-))
Reader Comments (2)
set-variable Foo -va 3 -op constant
What do you want a constant for?