.PIE SECT INITIALIZE 
This subroutine is called to initialize or reinitialize a pie sector spec.
  Usage: 
      PASS         <chart_spec_name>          FIELD            SHARE? N
      GOSUB    0CD .PIE SECT INITIALIZE
      *        Check for error
      IF       0CD .PIE SECT INITIALIZE       NE
  Description: 
This initializes or reinitializes the specified pie sector specification. Initialization removes all the formatting from the specified pie sector and everyting is reset to defaults.
If a <pie_sector_no> is received, the specified sector for the "current" chart is removed (if it exists) and a new sector spec record is created and initialized with the same number.
If no <pie_sector_no> is received, the "current" pie sector spec for the "current" chart spec is removed and new pie sector spec is created and initialized with the same number.
The newly initialized sector spec is set to be the "current" sector spec.
Read what other users have said about this page or add your own comments.
-- 
JeanNeron - 2011-10-03