Ok, thanks,
The return I need is already done.
To get that return I thought of creating another method inside and getting some variables from that one. In other words
Method 1
Method 2 uses methods 1 variables
Return variable from Method 1.
Can I access a variable inside a method and use it?
If I can't I'll have to approach it another way.
I just want to make sure it cannot be done.
Thanks