If you use the object as a string, it becomes a string. You could do
my $str = "" . $obj;
but it would be clearer if you did the equivalent
my $str = $obj->draw();
In reply to Re: odd text object problem - how to store as string?
by ikegami
in thread odd text object problem - how to store as string?
by emmiesix
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |