You miss one closing quote ("), this messes up the logic...

Quote:

$Location="Floor #2 + $Location




should be:

Code:
$Location="Floor #2" + $Location





_________________________