Übersetzung für "Standardausgabegerät" in Englisch
Name:
»character
console
output«
-
schreibt
ein
Zeichen
auf
das
Standardausgabegerät.
Name:
»Character
console
output«
-
Write
one
character
to
the
standard
output
device.
ParaCrawl v7.1
Name:
»character
console
write
string«
-
schreibt
einen
String
auf
das
Standardausgabegerät.
Name:
»Character
console
write
string«
-
Write
a
string
to
the
standard
output
device.
ParaCrawl v7.1
Für
den
Datenexport
legen
Sie
ein
Standardausgabegerät
an
vom
Gerätetyp
"Analyzer
Export"
mit
dem
Typschlüssel
"997".
For
the
data
export,
you
create
a
standard
output
device
of
the
device
type
"Analyzer
Export"
with
the
type
key
"997".
ParaCrawl v7.1
Der
Befehl
cat
datei
(der
dazu
gedacht
ist,
Dateien
auf
seinem
Standardausgabegerät
zu
verketten
[=
concatenate])
liest
eine
Datei
und
zeigt
ihren
Inhalt
im
Terminal
an.
The
cat
file
command
(intended
to
concatenate
files
to
the
standard
output
device)
reads
a
file
and
displays
its
contents
on
the
terminal.
ParaCrawl v7.1
Die
GEMDOS
-Routine
Cconos
überprüft
den
Status
von
Handle
1
-
normalerweise
das
Standardausgabegerät,
dahingehend,
ob
Zeichen
ausgegeben
werden
können.
The
GEMDOS
routine
Cconos
checks
whether
a
character
may
be
output
to
GEMDOS
handle
1
-
normally
the
standard
output
device
con:.
ParaCrawl v7.1
Für
den
Datenexport
legen
Sie
ein
Standardausgabegerät
an
vom
Gerätetyp
"Export"
mit
dem
Typschlüssel
"998".
For
the
data
export,
you
create
a
standard
output
device
of
the
device
type
"Export"
with
the
type
key
"998".
ParaCrawl v7.1
Die
GEMDOS
-Routine
Cnecin
liest
ein
Zeichen
direkt
vom
GEMDOS
Handle
0
-
normalerweise
der
Standardeingabe
con:
(üblicherweise
die
Tastatur),
ohne
daß
das
Zeichen
auf
dem
Standardausgabegerät
ausgegeben
wird.
The
GEMDOS
routine
Cnecin
reads
a
character
from
GEMDOS
handle
0
-
normally
the
standard
input
device
con:
(the
keyboard
as
a
rule),
without
outputting
it
to
the
standard
output
device
(normally
the
screen).
ParaCrawl v7.1
Die
GEMDOS
-Routine
Cconws
schreibt
den
String
buf
auf
das
GEMDOS
Handle
1
-
normalerweise
das
Standardausgabegerät
con:.
The
GEMDOS
routine
Cconws
writes
the
string
buf
to
GEMDOS
handle
1
-
normally
the
standard
output
device
con:.
ParaCrawl v7.1