Method VarExists
VarExists(string)
Returns true if the named variable already exists using the Tedds 'VarExists' function. For information on Tedds calculation functions, use Tedds for Word and refer to the Tedds engineering library index at "Writing your own custom calculations\Calculation writing documentation\Tedds functions"
Declaration
bool VarExists(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Name of the variable |
Returns
| Type | Description |
|---|---|
| bool | true if the variable already exists; otherwise false |