Tekla Operators
Tekla Operators
Operator Description
+, Addition
-, Subtraction
*, Multiplication
/, Division
Parentheses
The maximum and minimum numbers that can be handled by Tedds for Word are 10308 and 10-308 respectively.
Maths Functions
The following mathematical functions are available in Tedds for Word. Their names are not case sensitive.
A majority of the functions are available in the Library Access System writing your own custom
calculations.las set under Maths Functions.
Related topics
General
Trigonometric
General
The maths general functions currently available in Tedds for Word are:
Function Description Limits
exp(x) Exponential ex -
ln(x) Natural log of x x>0
Trigonometric
The maths trigonometric functions currently available in Tedds for Word are:
Function Description Limits
All functions that take angle arguments expect them in degrees. All functions that return angle arguments return them in degrees.
Tedds Functions
The following Tedds functions are available in Tedds for Word. Their names are not case sensitive.
A majority of the functions are available in the Library Access System writing your own custom
calculations.las set under Tedds Functions.
Related topics
String
Unit
Logic
Equality
Variable
Calc section
Calc library
Locale
Version
Miscellaneous
String
The string functions currently available in Tedds for Word are:
Function Description
Unit
The unit functions currently available in Tedds for Word are:
Function Description
Logic
The logic functions currently available in Tedds for Word are:
Function Description
ifelseif(a>b, v, c<d, w, If a>b, then returns v, if not then checks if c<d, then returns w.
a==0, x, d<>a, y, z) Continues in this way, and if no conditions matched then
returns z
When you are using logic functions, then the following conditions are recognised.
Conditions Description
Equality
The equality functions currently available in Tedds for Word are:
Function Description
Variable
The variable functions currently available in Tedds for Word are:
Function Description
Delete VarsInSection(x,y,z) deletes the variables x, y
and z in the current
calculation section. If no
variables are specified,
then deletes all the
variables in the current
section.
Calc section
The calc section functions currently available in Tedds for Word are:
Function Description
GetSectionId() returns the identification
number for the
calculation section
containing the insertion
point. If the insertion
point is not in a
calculation section, then
GetSectionId returns a
value of 0.
Calc library
The calc library functions currently available in Tedds for Word are:
Function Description
Ayou can use the Tedds Select Calc Library field to select the calc library from a dialog and save its
name as a variable.
Byou can use the Tedds Select Calc Item field to select the calc item from a dialog and save its name as
a variable.
Locale
The locale functions currently available in Tedds for Word are:
Function Description
GetLocale() returns the current locale to which Tedds
is set.
Version
The version functions currently available in Tedds for Word are:
Function Description
Miscellaneous
The miscellaneous functions currently available in Tedds for Word are:
Function Description
Show Fields
The show fields currently available in Tedds for Word are:
Function Description
Message Fields
The message fields currently available in Tedds for Word are:
Function Description
Log Fields
The log fields currently available in Tedds for Word are:
Function Description
LogText(if(condition, Shows text in the progress log depending
true text, false text)) whether the condition is true or false.
Excel Fields
The Excel fields currently available in Tedds for Word are:
Function Description
Function Description
Function Description
Function Description
Function Description
Function Description
Library fields
The library fields currently available in Tedds for Word are:
Function Description
Function Description
Day d or D 5
dd or DD 05
dddd or ThursdayB
DDDD
MMM Jun
MMMM June
AShows the abbreviated day of the week. You can use 2 format strings to
show the day and the date. For example ddd d would show Thu
5
BShows the full day of the week. You can use 2 format strings to show the
day and the date. For example dddd d would show Thursday 5
Miscellaneous
The miscellaneous fields currently available in Tedds for Word are:
Function Description