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.

Changes between Initial Version and Version 3 of Ticket #709


Ignore:
Timestamp:
Jul 14, 2009, 9:26:59 AM (16 years ago)
Author:
Víctor de Buen Remiro
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #709

    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
    • Property Milestone changed from to Manteinance
  • Ticket #709 – Description

    initial v3  
    11This example does not work in versión 2.0.1 while it works perfectly in version 1.1.7
    22
    3 
     3{{{
    44NameBlock args =
    55[[
     
    88
    99Text 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
     12In version 2.0.1 it returns "no existo"
     13In version 1.1.7 it returns "existo"