TOFTIN
Converts a length value to a foot-inch string (e.g. 63 in → "5'-3""). Accepts any length unit; dimensionless values are treated as inches.
| Category | Text |
| Syntax | TOFTIN(value, [decimals]) |
Parameters
| Parameter | Required | Description |
|---|---|---|
value | Required | A length value in any unit (in, ft, m, etc.). Dimensionless numbers are treated as inches. |
decimals | Optional | Optional number of decimal places for the inch portion (default 0). |
Example
TOFTIN("text")
Auto-generated from the EngCanvas function registry.