Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 427 Bytes

File metadata and controls

24 lines (18 loc) · 427 Bytes

Str2Angle

Description

Convert a string representation of an angle value to a real number in degrees.

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

Parameters

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

Version

Availability: from Vectorworks 2014

Category