Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 506 Bytes

File metadata and controls

27 lines (20 loc) · 506 Bytes

Index2Name

Description

Function Index2Name returns the name of the object with specified index number.

FUNCTION Index2Name(index : LONGINT): STRING;
def vs.Index2Name(index):
    return STRING

Parameters

Name Type Description
index LONGINT Object index number.

Remarks

Returns the name of the object with the internal index specified.

Version

Availability: from VectorWorks8.0

Category