Jump to content

SomStringFromId

From EDM2
Revision as of 19:47, 10 October 2017 by Martini (talk | contribs) (Created page with "This function returns the string that a SOM ID represents. ==Syntax== <PRE> somId id; string rc; rc = somStringFromId(id); </PRE> ==Parameters== ; id (somId) : The SO...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This function returns the string that a SOM ID represents.

Syntax

somId     id;
string    rc;
rc = somStringFromId(id);

Parameters

id (somId)
The SOM ID for which the corresponding string is needed.

Return Code

rc (string)
Returns the string that the given SOM ID represents.

Remarks

This function returns the string that a given SOM ID represents.

Example Code

See function somBeginPersistentIds.

Related

Data Structures

  • string (somcorba.h)
  • somid (sombtype.h)

Functions