Originally posted by stevehare2003
Here is one method to accomplish what you requested.
[/PHP]
Here is one method to accomplish what you requested.
[/PHP]
I want to bring back the mouse clicked values back into Main, so I can do operations in my Main efs with these grabbed values.
If I saw you do something in Main with them, that would address my situation.
Please provide me some code where you take these mouse values and add, say, 10 to them **doing that in Main.**
Sure, adding 10 **in the subfunction** is a no-brainer. But how to use values from a function not called in Main -- when Main never called the function -- and then use them in Main?
Please read my long post of this past weekend where I explain my case. I do not see this code addressing my case.
Comment