Rev 20 | Rev 4349 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 20 | Rev 4158 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | !goto proc |
2 | !goto proc |
3 | !endif |
3 | !endif |
4 | slib_title=Register OEF code reply name allow/deny |
- | |
5 | slib_parms=2\ |
4 | |
6 | ,"allow" or "deny"\ |
- | |
7 | ,names separated by either spaces or commas. |
- | |
8 | slib_author=Gang Xiao |
5 | slib_author=Gang Xiao |
9 | slib_out=Returns the names as list. |
- | |
- | 6 | ||
10 | !exit |
7 | !exit |
11 | 8 | ||
12 | :proc |
9 | :proc |
13 | slib_type=!item 1 of $wims_read_parm |
10 | slib_type=!item 1 of $wims_read_parm |
14 | !if $slib_type notwordof deny allow |
11 | !if $slib_type notwordof deny allow |