Übersetzung für "Variablenname" in Englisch
Dazu
ist
das
Symbol
des
Kanals
als
Variablenname
zu
verwenden.
To
realize
this,
use
the
name
of
the
channel
as
the
variable
name.
ParaCrawl v7.1
Der
Variablenname
steht
für
"R
eport
N
ame".
The
variable
name
stands
for
"r
eport
n
ame".
ParaCrawl v7.1
Der
Variablenname
steht
für
"F
older".
The
variable
name
stands
for
"f
older".
ParaCrawl v7.1
In
der
linken
Spalte
des
Reports
wird
der
Variablenname
aufgelistet.
The
variable
name
is
listed
in
the
left
column
of
the
report.
ParaCrawl v7.1
Der
Variablenname
steht
für
"I
terator
D
istribution
A
ddress".
The
variable
name
stands
for
"i
terator
d
istribution
a
ddress".
ParaCrawl v7.1
In
diesem
Beispiel
ist
der
Variablenname
selbst
eine
Variable:
In
this
example,
the
variable
name
is
itself
a
variable:
ParaCrawl v7.1
Als
Platzhalter
dient
der
Variablenname,
der
von
der
Zeichenkette
@%@
eingefasst
wird.
The
variable
name
framed
by
the
string
@\%@
represents
the
wildcard.
ParaCrawl v7.1
Der
Variablenname
steht
für
"I
terator
M
ember
N
ame".
The
variable
name
stands
for
"i
terator
m
ember
n
ame".
ParaCrawl v7.1
Der
Variablenname
steht
für
"P
roperty".
The
variable
name
stands
for
"p
roperty".
ParaCrawl v7.1
Als
Wert
ist
der
Variablenname
(int_BenutzerId)
eingetragen.
The
variable
name
(int_BenutzerId)
is
entered
as
the
value.
ParaCrawl v7.1
Ist
das
Resultat
trotz
Präfix
kein
gültiger
Variablenname,
wird
es
nicht
in
die
Symboltabelle
importiert.
If
the
prefixed
result
is
not
a
valid
variable
name,
it
is
not
imported
into
the
symbol
table.
PHP v1
Lassen
Sie
dazu
einfach
das
Feld
"Variablenname"
in
der
Eigenschaftenliste
für
das
Objekt
leer:
To
do
this,
just
leave
the
"Variable
Name"
field
blank
in
the
Property
list
for
the
object:
ParaCrawl v7.1
Bei
allen
Funktionen
wird
der
Variablenname
als
"string"
(Zeichenkette)
übergeben!
In
all
these
functions
the
variable
name
is
passed
as
a
string!
ParaCrawl v7.1
Die
in
Variablenname
übergebene
Variable
kann
eine
lokale,
eine
Prozess-
oder
Interprozessvariable
sein.
The
variable
you
pass
in
variable
can
be
a
local,
process
or
interprocess
variable.
ParaCrawl v7.1
Wenn
der
Variablenname
bereits
in
der
Vorlage
vorhanden
ist,
wird
ihr
Wert
ersetzt.
If
the
variable
name
specified
already
exists
in
the
template,
its
value
is
replaced.
ParaCrawl v7.1
Sie
können
den
Ausdruck
direkt
im
Bereich
Variablenname
in
der
Eigenschaftenliste
für
das
Objekt
eingeben:
You
can
simply
enter
the
expression
directly
in
the
"Variable
Name"
area
of
the
Property
List
for
the
object:
ParaCrawl v7.1
Beachten
Sie,
dass
die
Variable
$cart
-
items,
und
nicht
$cart
-
$items
genannt
wird,
da
ein
Variablenname
in
PHP
nur
ein
einziges
Dollarzeichen
hat.
Note
that
the
variable
is
named
$cart
-
items,
not
$cart
-
$items,
that
is,
a
variable
name
in
PHP
has
only
a
single
dollar
sign.
PHP v1
Ein
Symbol
war
eine
alphanumerische
Zeichenkette,
die
als
Variablenname
oder
Datenelement
beim
symbolischen
Rechnen
verwendet
wurde.
A
symbol
was
essentially
a
unique
named
item,
written
as
an
alphanumeric
string
in
source
code,
and
used
either
as
a
variable
name
or
as
a
data
item
in
symbolic
processing.
WikiMatrix v1
Die
Eigenschaft
Variablenname
lässt
sich
in
der
Programmiersprache
als
Referenz
auf
den
4D
Write
Pro
Bereich
verwenden.
The
Variable
Name
property
can
be
used
in
the
language
as
a
reference
to
the
4D
Write
Pro
area.
ParaCrawl v7.1
Der
SET-Befehl
setzt
ERRORLEVEL
auf
1,
wenn
der
Variablenname
in
der
aktuellen
Umgebung
nicht
gefunden
wird.
SET
command
will
set
the
ERRORLEVEL
to
1
if
the
variable
name
is
not
found
in
the
current
environment.
ParaCrawl v7.1
Das
Verwenden
mehrerer
dynamischer
Variablen
in
4D
Formularen
(Variablen
ohne
Variablenname,
bisher
angezeigt
wie
“$form.9.1”)
kann
Debuggen
mühsam
machen.
The
increased
use
of
dynamic
variables
in
4D
forms
(variables
without
a
variable
name,
i.e.
“$form.9.1”)
can
make
debugging
painful.
ParaCrawl v7.1
Anwendernamen-Aliase
werden
im
speziellen
Abschnitt
aliases
der
Zugriffsdatei
definiert,
wobei
jeder
Variablenname
in
diesem
Abschnitt
ein
Alias
festlegt
und
dessen
Wert
der
tatsächliche
Subversion-Anwendername
ist,
dem
dieser
Alias
zugeteilt
wird.
Username
aliases
are
defined
in
the
special
aliases
section
of
the
access
file,
with
each
variable
name
in
that
section
defining
an
alias,
and
the
value
of
those
variables
carrying
the
real
Subversion
username
which
is
being
aliased.
ParaCrawl v7.1
Ein
Variablenname
kann
auch
mehrmals
im
gleichen
Programm
mit
verschiedenen
Postfixen
(also
verschiedenen
Wertebereichen)
vorkommen.
One
variable
name
can
also
be
used
several
times
in
the
same
program
as
long
as
different
postfixes
are
used
(meaning
different
value
ranges).
ParaCrawl v7.1
Der
Feldname
wird
auch
als
Variablenname,
z.B.
für
die
Passworteintraung,
verwendet.
Wählen
Sie
also
einen
passenden
und
aussagekräftigen
Namen.
The
array
name
is
also
used
as
a
variable
name,
e.g.
for
the
password
entry.
So
choose
an
appropriate
and
significant
name.
ParaCrawl v7.1
Wird
nur
der
Variablenname
ohne
einen
Variablenwert
via
Netzwerk
übermittelt,
kann
dies
beispielsweise
je
nach
vordefinierter
Konvention,
also
je
nachdem,
ob
hier
"positive"
oder
"negative"
Logik
anwendbar
Ist,
bedeuten,
dass
die
Variable
von
der
Informationssenke
als
im
Zustand
"EIN"
(positive
Logik)
oder
als
im
Zustand
"AUS"
befindlich
(negative
Logik)
zu
interpretieren
ist.
If
only
the
variable
name
is
transmitted
via
the
network
without
a
variable
value,
then
depending
on
a
predefined
convention,
which
is
to
say
on
whether
“positive”
or
“negative”
logic
is
to
be
applied,
this
can
mean,
for
example,
that
the
variable
should
be
interpreted
by
the
information
sink
as
being
in
the
“ON”
state
(positive
logic)
or
in
the
“OFF”
state
(negative
logic).
EuroPat v2