R
rob
I have have a xmlTextWriter that calls a number of sub
routines (up to 60), the only paramter past in is the
xmlTextWriter and the paramenter past out is the
xmlTextWriter
Should I pass this paramter byVal or byRef
I know passing byVal is the best praticse but as the
xmlTextWriter gets larger, in my mind it seems like an
inefficient use of resources to create some many copy's of
the same variable
What is the best practise in a case like this
routines (up to 60), the only paramter past in is the
xmlTextWriter and the paramenter past out is the
xmlTextWriter
Should I pass this paramter byVal or byRef
I know passing byVal is the best praticse but as the
xmlTextWriter gets larger, in my mind it seems like an
inefficient use of resources to create some many copy's of
the same variable
What is the best practise in a case like this