From: Sean H. <jal...@ho...> - 2002-04-12 13:54:48
|
>is there any way for $ListView->ItemInfo to just print out the text rather >than state and image as well. i have tried various things but nothing seems >to work. thanx my %info = $ListView->ItemInfo($item, $column); print $info{-text}; OR print $ListView->ItemInfo($item,$column)->{-text}; (I haven't actually tried this second version - the parser may not be able to handle it.) The (0-based) $column is only necessary if you have more than one column. _________________________________________________________________ Send and receive Hotmail on your mobile device: http://mobile.msn.com |