Rev 5921 |
Go to most recent revision |
Blame |
Compare with Previous |
Last modification |
View Log
| RSS feed
tit:distribute
type:$type_exec
syntax:!distribute `type string' into `namelist'
mean:Distribute the content of `string' into variables `namelist'. The distribution \
can be done word by word, item by item, character by character or line by line, \
according to the word `type'. `type' can be one of the following: `words', `items', \
`lines', `chars'. <p> For example, if `type' is <span class="tt">words</span>, \
then the first (resp. second, etc.) variable in `namelist' will be set\
to the first (resp. second, etc.) word of `string'.</p>