This function updates a tuple which is not in a space.
Compare the function
<code>box.space.<replaceable>space-name</replaceable>:update{<replaceable>key, format, {field_no, value}...</replaceable>)</code>,
<code>box.space.<replaceable>space-name</replaceable>:update{<replaceable>key, format, {field_number, value}...</replaceable>)</code>,
which updates a tuple in a space.
</para>
<para>
Parameters: briefly:
<code>format</code> indicates the type of update operation such as '=' for 'assign new value',
<code>field_no</code> indicates the field number to change such as 2 for field number 2,
<code>field_number</code> indicates the field number to change such as 2 for field number 2,
<code>value</code> indicates the string which operates on the field such as 'B' for a new assignable value = 'B'.
For details: see the description for <code>format</code>, <code>field_no</code>, and <code>value</code>
in the section <olinktargetptr="box.update"><code>box.space.<replaceable>space-name</replaceable>:update{<replaceable>key, format, {field_no, value}...</replaceable>)</code></olink>.
For details: see the description for <code>format</code>, <code>field_number</code>, and <code>value</code>
in the section <olinktargetptr="box.update"><code>box.space.<replaceable>space-name</replaceable>:update{<replaceable>key, format, {field_number, value}...</replaceable>)</code></olink>.