Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: What is the perl equivalent of vba

by thinker (Parson)
on Jan 31, 2005 at 10:50 UTC ( [id://426551]=note: print w/replies, xml ) Need Help??


in reply to What is the perl equivalent of vba

Hi there,

Ok, I am assuming you have an object, $rng, of some type, and it has a style() method, you can call it by  $str = $rng->style();

cheers

thinker

Replies are listed 'Best First'.
Re^2: What is the perl equivalent of vba
by Anonymous Monk on Jan 31, 2005 at 13:27 UTC
    Really, the previous code is correct. The instance variable of the object is accessed in these form, or

    $str = $$rng{style};

    Bye.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://426551]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (7)
As of 2024-03-28 21:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found