Posts: 257
Threads: 61
Joined: Nov 2011
Reputation:
0
Hello,
I'm building something and i want to do something like this:
On any public called -> call X_X stock.
Is it posible?
Posts: 161
Threads: 25
Joined: Mar 2012
Reputation:
0
I think I get what you're saying - you want your stock, let's call it X, to be called under a callback?
You would simply just do stockname(parameters); or stockname(); if there aren't any.
Posts: 727
Threads: 79
Joined: Mar 2012
Reputation:
0
I don't think he means that, I think he means he want call a stock in every callback that is called without having to put it in every callback.
But I don't know if that is possible.
Posts: 257
Threads: 61
Joined: Nov 2011
Reputation:
0
No, i want every callback will call stock, without adding any code into callback..