- This wiki is out of date, use the continuation of this wiki instead
NET IntVersion
From FenixWiki
(Difference between revisions)
Revision as of 01:21, 14 April 2007 (edit) Sandman (Talk | contribs) ← Previous diff |
Revision as of 01:22, 14 April 2007 (edit) (undo) Sandman (Talk | contribs) m (Example) Next diff → |
||
Line 22: | Line 22: | ||
Begin | Begin | ||
- | + | netver = NET_IntVersion(); | |
- | + | Loop | |
- | + | frame; | |
- | + | End | |
End | End | ||
</pre> | </pre> |
Revision as of 01:22, 14 April 2007
Definition
INT NET_IntVersion ( )
Returns the current Network.DLL version.
Returns
INT : The current Network.DLL version (int).
Example
Program example; Private int netver; Begin netver = NET_IntVersion(); Loop frame; End End