﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2919	Call model.variable with a parameter	hed204	Adeel Asghar	"Hi everybody,

I searched a solution for it whithout succes...

there is my problem :

I have in a model two Inertia (Inertia1, Inertia2)

I would like to do this :


{{{
for i in 1:2 loop
    M[i]= ""Inertia"" & i & "".J"";
end for;
}}}


I look for the result M[1]=Inertia1.J and M[2]=Inertia2.J

Thanks for your help.

Hugo
"	defect	closed	high	1.9.1	Frontend	trunk	invalid		
