Subversion Repositories wimsdev

Rev

Rev 5920 | Rev 11210 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5920 Rev 5921
Line 2... Line 2...
2
$lst_tit distribute$lst_titend$type_exec
2
$lst_tit distribute$lst_titend$type_exec
3
  $(lst_syntax)distribute $emph type string$emphend into
3
  $(lst_syntax)distribute $emph type string$emphend into
4
  $emph namelist$emphend</tt>
4
  $emph namelist$emphend</span>
5
  $lst_mean Distribute the content of $emph string$emphend into variables
5
  $lst_mean Distribute the content of $emph string$emphend into variables
6
  $emph namelist$emphend. The distribution can be done word by word, item by
6
  $emph namelist$emphend. The distribution can be done word by word, item by
7
  item, character by character or line by line, according to the word
7
  item, character by character or line by line, according to the word
8
  $emph type$emphend. $emph type $emphend can be one of the following:
8
  $emph type$emphend. $emph type $emphend can be one of the following:
9
  words, items, lines, chars. <p>
9
  words, items, lines, chars. <p>
10
  For example, if $emph type$emphend is <tt>words</tt>, then the first
10
  For example, if $emph type$emphend is <span class="tt">words</span>, then the first
11
  (resp. second, etc.) variable in $emph namelist$emphend will be set
11
  (resp. second, etc.) variable in $emph namelist$emphend will be set
12
  to the first (resp. second, etc.) word of $emph string$emphend.
12
  to the first (resp. second, etc.) word of $emph string$emphend.
13
  </p>
13
  </p>