| |
TuName
Format:
TuName (object.field, name) |
Purpose:
Renames an object field.
The object.field parameter must denote an object field,
which means that it must be an expression of the form
t.name or
t[expr] where
t must be an object. The
name parameter must be a string.
The function changes the name of the specified object field to
name.
Return Values:
The TuName() function does not return a useful value.
Example:
input: | resulting output:
|
<let t=splitstring("H.E.I","."); ? t><br >
<forin f t;TuName(t[f],t[f]);/forin;? t>
|
([0]="H", [1]="E", [2]="I")
(H="H", e="E", i="I")
|
See Also:
TuAppField(), TuAssField(), TuAssign(), TuDelField(), TuFieldSort(), TuInsField(), TuMerge(), TuProject(), TuSlice().
This page was dynamically generated by the
web application development tool RADpage
of H.E.I.
H.E.I. provides support, tools, and services like
Webdesign in Mannheimm,
the HTML/CSS 3D WebGL Animation Library taccgl,
3D Webdesign, and
3D Product ConfiguratorDemo
(3D Produkt Konfigurator Demo in German).
© 1996-2023 H.E.I. All Rights Reserved.
|