insertw
                no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | insertw [2007/03/02 02:32] (current) – created - external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | # $EPIC: insertw.txt, | ||
| + | ======Synopsis: | ||
| + | $__insertw__(< | ||
| + | |||
| + | ======Technical: | ||
| + |    * If the < | ||
| + |    * If the < | ||
| + |    * Otherwise, the return value is a copy of <word list> that has had < | ||
| + | * No words in <word list> are removed. | ||
| + | * Remember that <word list> is a list of [[what is a word|words]]. | ||
| + | |||
| + | ======Practical: | ||
| + | Use this function when you need to insert a word into a word list and | ||
| + | you have a specific place in mind for it. If you use an index of 0, | ||
| + | then it will return the arguments just as you passed them, with any | ||
| + | spaces between < | ||
| + | $[[unshift function|unshift]]() function. | ||
| + | |||
| + | ======Returns: | ||
| + | <word list> with < | ||
| + | |||
| + | ======Examples: | ||
| + | $insertw(1 blah hi there bob)        | ||
| + | |||
| + | ======History: | ||
| + | This function first appeared in " | ||
insertw.txt · Last modified: 2007/03/02 02:32 by 127.0.0.1
                
                