|
|
|
|
Functions
Events
MioScript Reference
|
|
Syntax
Parameters
None.
Return value
| Family of the operating system. |
Description
Returns the family of the operating system.
Can be one of the following values:
1: Windows 95/98/ME
2: Windows NT/2000/XP
See also: {link:OS} |
MioScript Sample Code
&OS=system.platform()
if(&OS <> 2)
alert("You are not running NT, 2000 or Win XP")
if.end |
|
|
|