Rev 4349 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4349 | Rev 5256 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | !goto proc |
2 | !goto proc |
3 | !endif |
3 | !endif |
4 | 4 | ||
5 | slib_author=Gang, XIAO |
5 | slib_author=Gang, XIAO |
6 | 6 | ||
- | 7 | slib_example=5,item, a,b,c,d,e,f,g\ |
|
- | 8 | 5,word, ab cd ef e f g\ |
|
- | 9 | 5,row, a;b;c;d;e;f\ |
|
- | 10 | 5,row, a;b;c |
|
7 | !exit |
11 | !exit |
8 | 12 | ||
9 | :proc |
13 | :proc |
10 | !distribute items $wims_read_parm into slib_n, slib_type |
14 | !distribute items $wims_read_parm into slib_n, slib_type |
11 | slib_data=!item 3 to -1 of $wims_read_parm |
15 | slib_data=!item 3 to -1 of $wims_read_parm |