You are probably on Julia 0.3.x in which this function was called `names`. You can either use `names` or use the Compat package which lets you use names from the future.
On Mon, Apr 13, 2015 at 11:37 AM, 'Antoine Messager' via julia-users < [email protected]> wrote: > Hi, > > I would like to find the field of SolverResults{Float64}. So according to > the manual <http://julia.readthedocs.org/en/latest/manual/types/>, I just > need to use the method fieldnames but unfortunately it is not defined. > What can I do? > > Thank you, > Antoine >
