Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 400 Bytes

File metadata and controls

25 lines (18 loc) · 400 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

  • Strings