close
Warning:
Can't synchronize with repository "(default)" (/var/svn/mms does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Aug 18, 2010, 5:27:14 PM (14 years ago)
- Author:
-
mafernandez
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v2
|
v3
|
|
15 | 15 | MMS::@Combination combination = MMS::Container::ReplaceCombination([[ |
16 | 16 | Text _.name = <nombre de la combinación>; |
17 | | Set _.dataSets = [[ "<datset1>", "<dataset2>" ]] |
| 17 | Set _.dataSets = [[ "<datset1>", "<dataset2>", .... ]] |
18 | 18 | ]]); |
19 | 19 | }}} |
| 20 | |
| 21 | Notar la presencia de los datasets... |
20 | 22 | |
21 | 23 | |