softwareengineer 99 wrote: > Hello, > > How can I see all the properties (member variables) and methods > (functions) that are available for an object? Is there a function > similar to PHP's var_dump in MySQL? object.inspect is probably what you're after. -- Alex