ÿþ/ / * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  
 / / C o p y r i g h t   ©   2 0 0 5 - 2 0 0 7   H a r b i n g e r   K n o w l e d g e   P r o d u c t s  
 / / a l l   r i g h t s   r e s e r v e d  
 / / * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  
        
 / /   T h e s e   v a r i a b l e s   s t o r e   t h e   v a l u e s   f o r   o u t p u t   p a r a m e t e r s   o f   t h e   i n t e r a c t i v i t y    
 v a r   r a p t i v i t y _ s c o r e = 0 ;                               / / S t o r e s   t h e   i n t e r a c t i v i t y   s c o r e  
 v a r   r a p t i v i t y _ c o m p l e t i o n S t a t u s = " " ;   / / S t o r e s   t h e   c o m p l e t i o n   s t a t u s   o f   t h e   i n t e r a c t i v i t y  
 v a r   r a p t i v i t y _ r e s u l t = " " ;                       / / S t o r e s   t h e   r e s u l t   o f   t h e   i n t e r a c t i v i t y  
 v a r   r a p t i v i t y _ m a x s c o r e = 0 ;                         / / S t o r e s   t h e   m a x   s c o r e   o f   t h e   i n t e r a c t i v i t y  
 f u n c t i o n   I d _ M i l l i o n D o l l a r Q u i z _ P u r c h T i p s _ D o F S C o m m a n d ( c o m m a n d ,   a r g s )    
 {  
 / /   T h i s   f u n c t i o n   s e t s   t h e   v a l u e s   o f   t h e   v a r i a b l e s  
    
         s w i t c h ( c o m m a n d )  
         {  
                 c a s e   " C o m p l e t i o n S t a t u s " :  
                                   r a p t i v i t y _ c o m p l e t i o n S t a t u s   =   a r g s ;  
                                   b r e a k ;  
                 c a s e   " S c o r e " :  
                                   r a p t i v i t y _ s c o r e   =   a r g s ;  
                                   b r e a k ;  
                 c a s e   " R e s u l t " :  
                                   r a p t i v i t y _ r e s u l t   =   a r g s ;  
                                   b r e a k ;  
                 c a s e   " M a x S c o r e " :  
                                   r a p t i v i t y _ m a x s c o r e   =   a r g s ;  
                                   b r e a k ;  
         }  
 }  
  
 
