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

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

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