J
Joe
Hi,
I like to know what do you specify in the function parameter (in the
function implementation) if you want the string that you pass in with the
function call to be changed while its in the function and then you get it
back changed as well?
Is it ByRef or just notthing
function prc0(ByRef editablestring as string )
or
function prc0(editablestring as string )
I like to know what do you specify in the function parameter (in the
function implementation) if you want the string that you pass in with the
function call to be changed while its in the function and then you get it
back changed as well?
Is it ByRef or just notthing
function prc0(ByRef editablestring as string )
or
function prc0(editablestring as string )