--- loncom/html/adm/help/tex/Variables_in_Scripts.tex 2002/07/05 16:12:31 1.1 +++ loncom/html/adm/help/tex/Variables_in_Scripts.tex 2002/08/29 18:26:28 1.3 @@ -1,3 +1,4 @@ +\label{Variables_in_Scripts} Variables can be used later in the same script. For instance, we can add another line below the \texttt{\$variable} line as such: @@ -16,7 +17,7 @@ common way is to use normal double-quote the variable you want to use in the string, like this: \begin{lyxcode} -\$stringVar~=~{}``I~have~a~variable~with~the~value~\$variable.'' +\$stringVar~=~{}``I~have~a~variable~with~the~value~\$variable.''; \end{lyxcode} This will put the string {}``I have a variable with the value 3.'' into