I am trying to copy variables of the same class type
FUNCTION[] funcs;
FUNCTION[] orphelines;
as follows
orphelines[nb_orphelines]=funcs[numero];
Is = right for this task? I get a NullPointer error....
I am trying to copy variables of the same class type
FUNCTION[] funcs;
FUNCTION[] orphelines;
as follows
orphelines[nb_orphelines]=funcs[numero];
Is = right for this task? I get a NullPointer error....