VAL$
VAL$
Zweck
Wandelt Zahlenwert in einen String.
VAL$(
Syntax
[EXP]
Wirkung
VAL$ bewirkt das Gegenteil des Kommandos VAL.
Beispiel
10 A$="STABILOCK "
20 B$=VAL$(4032)
30 C$=A$+B$
40 PRINT C$
Der Zahlenwert 4032 wird in Zeile 20 in einen String umgewandelt.
Zeile 30 verkettet die Strings B$ und A$, Zeile 40 gibt als Resultat
aus: STABILOCK 4032.
)
[EXP]
numerischer Operand.
BASIC-Kommandos
8-67
8