PRTools contents |
GETNAME
NAME = GETNAME(A,N)
Input | |
A | Dataset |
N | Number of characters in NAME (default: all) |
Output | |
NAME | Dataset name |
If N given, the return string has exactly N characters. This is done by truncation or by padding with blanks. This is useful for display purposes.
PRTools contents |