Quote:
Originally Posted by GoldenLion
Why would you even need this? That's basically a function that calls another function.
|
I know. All I want to do is to get rid of gSQL variable in m_query functions. In my case, gSQL variable is static, and it can't be visible in other files. That is why define is not an option. There is no difference for me which variable for gSQL I will use, static or new. I am just curious if code above can be rewriten to be more universal.
Quote:
Originally Posted by Dayvison_
Use y_va
|
thanks.