ars_GetCharMenuItems(ctrl,name)Illustration
      @menu_struct
       ($name = "Item1"   , $value = "This is item1")
             .
             .
             .
       ($name = "Sub Menu", $value = array reference)
                                +------> @sub_menu_struct
                                          ($name = "SubItem1", $value = ...)
                                    . 
                                    .
                                    .
      
      See Show_Menu.pl for a demonstration of using this function 
      and its output.
undef.
      Example:
      $m = ars_GetCharMenuItems($ctrl, $menu_name));
      @menu_struct = @$m;
      
Last changes to this page 26th June 1997 by d.j.adams@soton.ac.uk