cnsGetSystemNames

Returns the display names of the given system.

Synopsis

bool cnsGetSystemNames(string sys, langString &displayNames);

Parameters

Parameter Description
sys System name
displayNames Receives the display names of the system

Return value

Returns TRUE if successful or FALSE in case of an error.

Errors

-

Description

This function returns the display name of the given system.

main()
{
  langString SysNames;
  cnsGetSystemNames("System1", SysNames);
  DebugN(SysNames);
}

Availability

UI, CTRL