source:
issm/trunk/src/m/classes/@pairoptions/addfield.m@
2394
Last change on this file since 2394 was 2394, checked in by , 15 years ago | |
---|---|
File size: 254 bytes |
Line | |
---|---|
1 | function pairoptions=addfield(pairoptions,field,value), |
2 | %ADDFIELD - add a field to an options list |
3 | % |
4 | % Usage: |
5 | % pairoptions=addfield(pairoptions,field,value) |
6 | |
7 | if ischar(field), |
8 | pairoptions.list{end+1,1}=field; |
9 | pairoptions.list{end,2}=value; |
10 | end |
Note:
See TracBrowser
for help on using the repository browser.