Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 541 Bytes

File metadata and controls

27 lines (21 loc) · 541 Bytes

OLDMassDistStrToReal

Description

Converts distributed mass string to real number and returns TRUE on success.

FUNCTION OLDMassDistStrToReal(
				distrMassString : STRING;
				VAR realValue   : REAL): BOOLEAN;
def vs.OLDMassDistStrToReal(distrMassString):
    return (BOOLEAN, realValue)

Parameters

Name Type Description
distrMassString STRING
realValue REAL

Version

Availability: from Vectorworks 2018

Category