SyntaxFix
Write A Post
Hire A Developer
Questions
declare you array as:
$car = array("bmw")
EDIT
now with powershell syntax:)
$car = [array]"bmw"