Hi ,
Let's say I have classA and classB ,
classB has number of statements , lets say it has 200 lines that are executable. Here are very important result at line number 198 after processing the above 197 lines . lets say variable CLASSB.RESULT holds this result.
my question is how to get this value of CLASSB.RESULT(variable) from line 198 to CLASSA's any variable.
hope I could explain my question.
thanks