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 Version 2 and Version 3 of TolRInside


Ignore:
Timestamp:
Sep 10, 2015, 12:22:49 PM (9 years ago)
Author:
Pedro Gea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TolRInside

    v2 v3  
    108108}}}
    109109
    110 Si queremos pasar a la función un atributo con nombre le antepondremos "__" al nombre de la variable en TOL.
     110Si queremos pasar a la función un atributo con nombre le antepondremos {{{"__"}}} al nombre de la variable en TOL.
    111111
    112112Ejemplo:
    113113{{{
    114114#!java
    115 // Para llamar a paste("a", "b", sep="-") podemos hacer:
     115// Para llamar a paste("a", "b", sep="-") debemos hacer:
    116116Text RExecute("paste", [["a", "b", Text __sep="-"]]);
    117117}}}