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.

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"

Change History (0)

Note: See TracTickets for help on using tickets.