Getting Info Browser Text

The text for Info Browser views of entities may be created using the command $ent->ib().

# print Info Browser view of all functions 
foreach $func ($db->ents("Function")) { 
   print $func->ib(),"\n"; 
} 

See $ent->ib() for detailed information.


Scientific Toolworks, Inc.
http://www.scitools.com