If I remember well, a couple of weeks ago there was a commit for a
function that enabled to pass from a array/hash to a set of
variables.. ex:
a["b"]=1
a["c"]=2

function( a )
and now two variables are present:
b=1 and c=2

Was it real or did I dream ?

If it was real, can it be used also for named parameter passing ?

There was a thread in the past for named parameter passing and a
little debate on the possible syntax... I learnt today that C#4 has
this new feature of named parameter passing in the form of:
calledfunction( par1: "pippo", par2: 5 )

Francesco
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to