Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 543 Bytes

File metadata and controls

28 lines (21 loc) · 543 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

  • Truss Analysis