PRTools contents

PRTools manual

getname

GETNAME

Get dataset name

    NAME = GETNAME(A,N)

Input
 A Dataset
 N Number of characters in NAME (default: all)

Output
 NAME Dataset name

Description

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

PRTools manual