Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 433 Bytes

File metadata and controls

24 lines (18 loc) · 433 Bytes

Str2Area

Description

Convert a string representation of an area value to a real number in square millimeters.

FUNCTION Str2Area(str : STRING): REAL;
def vs.Str2Area(str):
    return REAL

Parameters

Name Type Description
str STRING The string representation of the area value.

Version

Availability: from Vectorworks 2014

Category