This site Web
Home Page | The Sun API | Gallery | InfoSearch | News | Links | Contact Us

Sunlit Design > The Sun API > Documentation > sdVersion Function


Index


- Introduction
+ Using the Functions
+ User Guide
+ Function Reference
+ Constants

Contact Developer

Downloads

sdVersion Function

Description

Returns the version number of the The Sun API

Syntax

sdVersion()

Return Values

sdVersion returns a String.  The format of the string is of the format:

"Version xx.yy.zz" where xx is the major release number, yy is the enhancement release number and zz is the bug fix release number.

Remarks

Public versions should always have even yy and zz.  Odd yy and zz indicate development versions.

Example

To find out the version number
   sdversion() equals "Version 02.02.04"