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.
- Timestamp:
-
Jul 17, 2009, 2:52:51 PM (16 years ago)
- Author:
-
Víctor de Buen Remiro
- Comment:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
-
-
Property
Status
changed from
new
to
assigned
-
initial
|
v1
|
|
1 | 1 | Parece que el Copy con NameBlocks no copia. Ni en la Active ni en la 1.1.7. |
2 | | |
| 2 | {{{ |
3 | 3 | NameBlock a = [[ |
4 | 4 | Text _.valor = "Inicial"; |
… |
… |
|
17 | 17 | Text WriteLn("El valor de b es "+b::GetValor(0)); |
18 | 18 | Text WriteLn("El valor de a es "+a::GetValor(0)); |
| 19 | }}} |
19 | 20 | |
20 | 21 | Aparte del Copy sería necesario tener un DeepCopy para NameBlocks (objetos de clases) |