OS()

Top  Previous  Next

Returns information about the installed operating system

Syntax

STRCONV( [nValue] )

Parameters

nValue

A numeric value indicating which information should be returned

 

Value

Description

1

Returns a string describing the operating system and version. This string is suitable for displaying to users,but should not be parsed.

2

Always an empty string as Guineu does not support DBCS

3

Major version of the operating system

4

Minor version of the operating system

5

Build number of the operating system

6

A value indicating the platform. The following values are possible:

 

1 - Windows 9x

2 - Windows NT, 2000, XP, Vista, 7

3 - Windows CE, Windows Mobile

Return value

Returns the requested value as a string.