Subversion Repositories wimsdev

Rev

Rev 5920 | Rev 11210 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
32 reyssat 1
!! +exec+ +vardef+
2
$lst_tit distribute$lst_titend$type_exec
3
  $(lst_syntax)distribute $emph type string$emphend into
5921 bpr 4
  $emph namelist$emphend</span>
32 reyssat 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
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:
9
  words, items, lines, chars. <p>
5921 bpr 10
  For example, if $emph type$emphend is <span class="tt">words</span>, then the first
32 reyssat 11
  (resp. second, etc.) variable in $emph namelist$emphend will be set
12
  to the first (resp. second, etc.) word of $emph string$emphend.
5920 bpr 13
  </p>