close
Warning:
Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Jul 14, 2009, 9:26:59 AM (16 years ago)
- Author:
-
Víctor de Buen Remiro
- Comment:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
-
-
Property
Status
changed from
new
to
closed
-
Property
Resolution
changed from
to
fixed
-
Property
Milestone
changed from
to
Manteinance
-
initial
|
v3
|
|
1 | 1 | This example does not work in versión 2.0.1 while it works perfectly in version 1.1.7 |
2 | 2 | |
3 | | |
| 3 | {{{ |
4 | 4 | NameBlock args = |
5 | 5 | [[ |
… |
… |
|
8 | 8 | |
9 | 9 | Text valor = getOptArg(args, "_.arg1", Text "no existo"); |
10 | | // In version 2.0.1 it returns "no existo" |
11 | | // In version 1.1.7 it returns "existo" |
| 10 | }}} |
| 11 | |
| 12 | In version 2.0.1 it returns "no existo" |
| 13 | In version 1.1.7 it returns "existo" |