Runtime_GetVersionNum()

Examples


The Runtime_GetVersionNum() function returns a string describing the current version of the runtime engine.

Syntax

Runtime_GetVersionNum()

Parameters

• None

Return value

A string containing the version number of the runtime engine.

Comments

The string that the version number is returned to should be 255 characters long. This ensures that string overflow errors won’t occur when the version string is returned.


Documentation Feedback