Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 579 Bytes

File metadata and controls

27 lines (21 loc) · 579 Bytes

OLDMassStrToReal

Description

Converts mass string to real number in grams and returns TURE on success. If no unit mark is specified, string is assumed in document units.

FUNCTION OLDMassStrToReal(
				massString    : STRING;
				VAR realValue : REAL): BOOLEAN;
def vs.OLDMassStrToReal(massString):
    return (BOOLEAN, realValue)

Parameters

Name Type Description
massString STRING
realValue REAL

Version

Availability: from Vectorworks 2018

Category