in reply to Re: OLE Visio syntax problem
in thread OLE Visio syntax problem

In case anyone had the same type of question, I solved my problem with another review of the OLE documentation...For properties with arguments, you need to use "SetProperty". In my case it is this...

$vsoChars->SetProperty('CharProps', 1, 2)

Thanks!