J
jromagos
Guest
Hi, I'm trying to create as a result a new object, but my problem is when I try to make a new Array. My vocabulary I have: Output with : - nomCamp (string) - validador (string) Array of parametre And parametre just have entity "valor". At this moment it work just creating one new element, but I can't create an array of "Parametre" Output.new[Output.nomCamp='a',Output.validador='aaa',Output.parametre = Parametre.new[Parametre.valor = 'a']] Can somedy help me?
Continue reading...
Continue reading...