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)| Name | Type | Description |
|---|---|---|
| massString | STRING | |
| realValue | REAL |
Availability: from Vectorworks 2018