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

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

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