Is it possible to dynamically create a composite type if I have a list of 
strings for the fieldnames?

Is it possible to do this in a function?

A=[]
push!(A,"X")
push!(A,"Y")
push!(A,"Z")

function defineCompositeType(A)
   magic?
end

regards, Jon

Reply via email to