In some example code I've seen someone using the "&" before a function, like:
function &foo()
{
<code>
}
I just would like to know what this operator does.
Hope you understand that it is impossible to search for the "&" ...
TIA
{Answered} The &-Operator
Moderator: General Moderators
{Answered} The &-Operator
Last edited by titeroy on Sat Mar 13, 2010 11:49 am, edited 1 time in total.
Re: The &-Operator
TNX - got it...