in reply to Change doc properties

$properties->SetProperty('title', "this one"; #why does this not work?
answer
$properties->SetProperty('title', "this one"); # ) was missing
poj