PF_Name$ Function

Returns the part name from a part ID.

Syntax
PF_Name$(part ID)

Parameters

  • Part ID
    Specify the part ID. (Use an integer from 1 to 32.)

Return values
Returns the name of the specified part ID as a character string.

Description
This will return "" (blank string) if the specified part ID is invalid.
Cannot be executed from a virtual controller or command window.

Examples

Print PF_Name$(1)