﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc
85	Sample code is not working	fmunoz	josp	"The samples in MMS seems to be broken.
 Are they using old class syntax?


{{{
ERROR: [13] Argumento model fuera de lugar. Símbolo fuera de lugar.  en el
carácter 15, línea 21:

Línea de código
  12 :
  13 : Real MMS::CreateModel(
  14 :   [[
  15 :     Text _.type        = ""ARIMAX"";
  16 :     Text _.name        = ""Mat.Veh"";
  17 :     Text _.description = ""Modelo de matriculación de vehículos""
  18 :   ]]
  19 : );
  20 :
  21 > MMS.Model model = MMS::GetModel(""Mat.Veh"",""1.0"");
                     ^
  22 :
  23 :
//////////////////////////////////////////////////////////////////////////////
  24 : // Outputs
  25 :
//////////////////////////////////////////////////////////////////////////////
  26 :
  27 : Set EvalSet(SetTipVeh, Real (Set reg) {
  28 :   Real model::CreateOutputARIMA(
  29 :     [[
  30 :       Text _.name         = reg[1];
  31 :
}}}"	defect	closed	major	Documentation and Samples 0.5	General	invalid	sample	
