--- loncom/html/adm/help/tex/Attic/Spreadsheet_Lists.tex 2002/07/26 19:53:59 1.1 +++ loncom/html/adm/help/tex/Attic/Spreadsheet_Lists.tex 2002/12/11 19:04:47 1.2 @@ -1,6 +1,6 @@ \label{Spreadsheet_Lists} When you have a list of numbers in a cell, how it is displayed depends -on how you seperate the numbers and how Perl interprets the results. +on how you separate the numbers and how Perl interprets the results. \textbf{35 45 12} will not generate any result because this is an invalid perl statement. @@ -11,4 +11,4 @@ operator similar to the comma operator\i The comma operator is binary and returns the value on its right. Thus \texttt{\$variable = 15, 26;} assigns \texttt{\$variable} the value 26. If you need the values to all be displayed, enclose the entire -cell contents in quotes. \ No newline at end of file +cell contents in quotes.