The GetString subroutine returns a pointer of the string, in the character type, which corresponds to the ID of string.
Langunage type |
SubRoutine |
FORTRAN |
GetString(IDstring, string, nstring, error) |
C/C++ |
GetString(IDstring, string, &nstring, &error) |
The user can perform differently for each entity.
Parameter information
Variable Name |
Size |
Description |
IDstring |
double |
The input variable, the RMD id of string entity have to be set. |
string |
Char |
The output variable, the string value will be returned according to the RMD id of string entity. |
nstring |
int |
The input variable, the nstring have to be set with the size of string. |
error |
int |
The output variable, if there is value for this string, this value will be set with “TRUE”. |