Posts: 49
Threads: 9
Joined: Sep 2010
Reputation:
0
What is the difference between public and stock ?
Posts: 2,896
Threads: 11
Joined: Sep 2008
Reputation:
0
Nothing really, except that stocks cannot be passed through timers and are ignored by the compiler unless used.
Posts: 586
Threads: 16
Joined: Mar 2008
Reputation:
0
public functions should return something, and they have to be forwarded
stock functions doesn't need that