The problem:
1) Within a Writer document I define a variable "var_1" with a numerical
value (say: 123).
2) I need to perform a calculation through a subroutine or a function
with the argument "var_1"; a text is returned (say: "one two three").
3) Then I need to insert the returned text at a specified place within
the document.
4) Whenever the value of the "var_1" is changed the returned text must
be updated.

Questions:
1) How can I use the "var_1" as the argument in a subroutine or a function?
2) How can I assign the returned value to another variable "var_t" in
the document? Then, the variable "var_t" must be displayed at a
specified place within the document.
2a) Or how can I insert the returned value into the document at the
specified place.
3) Can the updating be done automatically, or must it be performed
manually (by pressing "F9" or executing a macro)?

Regards,
Jacek Szymona

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to