Opened 16 years ago
Closed 16 years ago
#709 closed defect (fixed)
Function getOptArg does not work properly for version 2.0.1
Reported by: | Javier Portugal | Owned by: | Víctor de Buen Remiro |
---|---|---|---|
Priority: | highest | Milestone: | Mantainance |
Component: | OOP | Version: | 2.0.1 |
Severity: | blocker | Keywords: | |
Cc: |
Description (last modified by )
This example does not work in versión 2.0.1 while it works perfectly in version 1.1.7
NameBlock args = [[ Text _.arg1 = "existo" ]]; Text valor = getOptArg(args, "_.arg1", Text "no existo");
In version 2.0.1 it returns "no existo"
In version 1.1.7 it returns "existo"
Change History (3)
comment:1 Changed 16 years ago by
Status: | new → assigned |
---|
comment:2 Changed 16 years ago by
In version 2.0.1 (b.0.7.alpha compiled on 2009-07-13) this works ok.
comment:3 Changed 16 years ago by
Description: | modified (diff) |
---|---|
Milestone: | → Manteinance |
Resolution: | → fixed |
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
We are working about this problem
Thanks for reporting