Hello everyone,
Yet another question. I'm sure they will stop shortly as I am finding EFS very friendly to use.
Is it possible at all to access the input parameters outside of main()?
The reason why I ask is because I am using the onLButtonDblClk() handler and would like some of my inputs that I use for various calculations to be parametrized. Is it possible at all to set my non local variables (those outside of main) to what my input parameters are set to, if so, how could I access my input parameters, I've tried setting them via the main() method but my results have not been successful.
Yet another question. I'm sure they will stop shortly as I am finding EFS very friendly to use.
Is it possible at all to access the input parameters outside of main()?
The reason why I ask is because I am using the onLButtonDblClk() handler and would like some of my inputs that I use for various calculations to be parametrized. Is it possible at all to set my non local variables (those outside of main) to what my input parameters are set to, if so, how could I access my input parameters, I've tried setting them via the main() method but my results have not been successful.
Comment