Diff for /loncom/html/adm/help/tex/Variables_in_Scripts.tex between versions 1.2 and 1.3

version 1.2, 2002/07/18 15:52:27 version 1.3, 2002/08/29 18:26:28
Line 17  common way is to use normal double-quote Line 17  common way is to use normal double-quote
 the variable you want to use in the string, like this:  the variable you want to use in the string, like this:
   
 \begin{lyxcode}  \begin{lyxcode}
 \$stringVar~=~{}``I~have~a~variable~with~the~value~\$variable.''  \$stringVar~=~{}``I~have~a~variable~with~the~value~\$variable.'';
 \end{lyxcode}  \end{lyxcode}
   
 This will put the string {}``I have a variable with the value 3.'' into  This will put the string {}``I have a variable with the value 3.'' into

Removed from v.1.2  
changed lines
  Added in v.1.3


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