Difference between revisions of "CliVer"

From Wiki
Jump to: navigation, search
(Description)
(Example)
Line 9: Line 9:
 
<pre>
 
<pre>
  
 +
if #cliVer <> 4.0.0e
 +
{
 +
  event SysMessage This script was developed for client 4.0.0e. Be aware of any changes.
 +
  pause
 +
}
  
 
</pre>
 
</pre>
 +
 
==== See Also ====
 
==== See Also ====
 
{|
 
{|

Revision as of 19:27, 15 August 2005

#cliVer

Client System Variables

Description

Contains the version of the client

Example


if #cliVer <> 4.0.0e
{
  event SysMessage This script was developed for client 4.0.0e. Be aware of any changes.
  pause
}

See Also


Main_Page Documentation Client System Variables