Annotation of loncom/html/adm/help/tex/Spreadsheet_Max_Depth_Exceeded.tex, revision 1.3

1.2       bowersj2    1: \label{Spreadsheet_Max_Depth_Exceeded}
1.3     ! bowersj2    2: The ``Maximum Calculation Depth Exceeded''\index{Maximum Calculation
        !             3: Depth Exceeded error} erro can occur when you reference other cells in
        !             4: calculations. For example, if you have: 
1.1       bowersj2    5: 
                      6: \texttt{G0 = Some_complicated_expression\\
                      7:  X0 = G0>2?1:0}
                      8: 
                      9: Try replacing \texttt{X0}'s contents with \texttt{[
                     10: (Some_complicated_expression) > 2]?1:0}. In other words, replace the
                     11: reference to \texttt{G0} with the actual contents of \texttt{G0}. That
                     12: might fix your error by removing one level of indirection that
                     13: LON-CAPA must process in order to compute the result.  

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>