C
csgraham74
I have inherited a piece of code that i now have to modify.
One of the changes i have to make requires me calling a function to
return a value (i.e., bln_Val)
I then call a class in a different project that has numerous methods.
These methods (functions) are called one by one as part of the flow of
the code. what i want to do is to access my value (bln_Val) in one of
these methods.
how do i pass in by value to the new class or retrieve my value from
the first calling class and make it accessible in the 2nd class.
any help or code samples appreciated.
CG
One of the changes i have to make requires me calling a function to
return a value (i.e., bln_Val)
I then call a class in a different project that has numerous methods.
These methods (functions) are called one by one as part of the flow of
the code. what i want to do is to access my value (bln_Val) in one of
these methods.
how do i pass in by value to the new class or retrieve my value from
the first calling class and make it accessible in the 2nd class.
any help or code samples appreciated.
CG