This wiki is out of date, use the continuation of this wiki instead

NET Version

From FenixWiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 01:19, 14 April 2007 (edit)
Sandman (Talk | contribs)

← Previous diff
Revision as of 01:19, 14 April 2007 (edit) (undo)
Sandman (Talk | contribs)
(returns)
Next diff →
Line 6: Line 6:
'''STRING''' NET_Version ( ) '''STRING''' NET_Version ( )
-Returns the current NET version.<br />+Returns the current [[Network_DLL|Network.DLL]] version.<br />
== Returns == == Returns ==
-STRING : The current Network.DLL version (string).+STRING : The current [[Network_DLL|Network.DLL]] version (string).

Revision as of 01:19, 14 April 2007


Definition

STRING NET_Version ( )

Returns the current Network.DLL version.


Returns

STRING : The current Network.DLL version (string).


Example

Program example;
Begin

   NET_About();
   
   Loop
     frame;
   End

End
Personal tools