Overview
| Comment: | Now writes to an explicit fileID - otherwise we may run out of IDs. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | origin/master | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
be81a6bf20f682ef95e2495e2d756baa |
| User & Date: | gawthrop@users.sourceforge.net on 1998-07-21 16:43:26.000 |
| Other Links: | branch diff | manifest | tags |
Context
|
1998-07-21
| ||
| 16:54:15 | Changed erroneous header check-in: 0150cf903e user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
| 16:43:26 | Now writes to an explicit fileID - otherwise we may run out of IDs. check-in: be81a6bf20 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
| 16:26:05 | Now has aliased parameters. check-in: daddc9965f user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/m/subs_arg.m
from [21c08162ae]
to [bf507a7396].
1 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | - + + + + | function args_out = subs_arg(args,Args, ... |
| ︙ | |||
51 52 53 54 55 56 57 | 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 | - + - + - + - + + + - + |
args_count = args_count+1;
break
end;
args_count = args_count+1;
ch = str2ch(args,args_count);
end;
arg_out = args2arg(Args,i);
|