Hi all,
I'm having a beast of a time accessing something in Perl that works beautifully in VBA, and I think it's a syntax issue. I'm trying to simply change a string of text to be red.
The VBA code is this, based on "expression.CharProps(CellIndex)":
vsoChar.CharProps(visCharacterColor) = 2In Perl, I expected this to work:
$vsoChars->CharProps(visCharacterColor)= 2;But I get a 'can't modify non-lvalue subroutine call' error. I've tried all sorts of things and nothing will work.
Thanks in advance!
Josh
In reply to OLE Visio syntax problem by cr8josh
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |