getSkillVersion
getSkillVersion( [g_printSubVersion] ) =>t_version
Description
Returns the major version if the argument is left blank; otherwise, returns the current subversion (or tarkit version) of SKILL that is running in the build
Arguments
|
(Optional) Specify a flag to print the current subversion (or tarkit version) of SKILL running in the build |
|
Value Returned
Examples
getSkillVersion()
=> "SKILL04.20"
getSkillVersion(t)
"@(#)$CDS: il skillSrc33.12-d009 08/31/11 14:50 fwinteg sjfdl803 $"
Related Topics
Return to top