Ok all tests seem to fail, sorry. Jossi doing what you say directly works, 
but trying to wrap up things in a type deffinition either fails, or fails 
when I try to push!() things. Could you please be so kind to fill the whole 
example? Something like:

type croc()
  teeth :: Int64
  legs :: Int64
  sons :: <== here comes the Vector of Arrays definition
  croc() = new(0,0, ....something here to initialize the vector of 
arrays...)
end

such that I can initialize it like

reptile = croc()

and I can set up things like

reptile.teeth = 80
reptile.legs = 4
push!(reptile.sons,[[1.0 2.0];[3.0 4.0]])

...this is essentially what I'm looking for :)

Best regards and thanks for your kind help again,

Ferran.

Reply via email to