|
|
|
AStr_getStr
Returns node for specified string.
| pN = AStr_getStr (str) |
| Dir |
Type |
Par |
Description |
| in |
TCHAR* |
str |
A string. |
| return |
int* |
pN |
Node for specified str. |
Notes:
See strings and names.
Example:
Sample Code
Related:
AStr_getStr,
AStr_getNamed,
F_getHier
|