Rev 11210 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 11210 | Rev 11292 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | tit:distribute |
2 | tit:distribute |
3 | type:$type_exec |
3 | type:$type_exec |
4 | syntax:!distribute |
4 | syntax:!distribute ``type string'' into ``namelist'' |
5 | mean:Distribute the content of |
5 | mean:Distribute the content of ``string'' into variables ``namelist''. The distribution \ |
6 | can be done word by word, item by item, character by character or line by line, \ |
6 | can be done word by word, item by item, character by character or line by line, \ |
7 | according to the word |
7 | according to the word ``type''. ``type'' can be one of the following: ``words'', ``items'', \ |
8 |
|
8 | ``lines'', ``chars''. <p> For example, if ``type'' is ``words'', \ |
9 |
|
9 | then the first (resp. second, etc.) variable in ``namelist'' will be set\ |
10 | to the first (resp. second, etc.) word of |
10 | to the first (resp. second, etc.) word of ``string''.</p> |