Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 504 Bytes

File metadata and controls

27 lines (21 loc) · 504 Bytes

OLDForceStrToReal

Description

Converts force string to real number and returns the result.

FUNCTION OLDForceStrToReal(
				forceString   : STRING;
				VAR realValue : REAL): BOOLEAN;
def vs.OLDForceStrToReal(forceString):
    return (BOOLEAN, realValue)

Parameters

Name Type Description
forceString STRING
realValue REAL

Version

Availability: from Vectorworks 2018

Category