Opened 16 years ago
Last modified 16 years ago
#709 closed defect
Function getOptArg does not work properly for version 2.0.1 — at Initial Version
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
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"
Note: See
TracTickets for help on using
tickets.