String Expression - Sanyo MBC-550 Series User Manual

Table of Contents

Advertisement

STRING EXPRESSION
A STRING EXPRESSION combines one character string with
another and is written in the following format:
<data item>{+<data item>}
One of the following three can be written as a data
item:
String constant
String variable
3. Function which results in a string (Character
functions)
1.
2.
The evaluation result of a string expression is also a
character string with less than 255 digits.
V/hen the
string length exceeds the limit an error occurs.
Examples
>10 A$ = "SANYO "
>20 B$ = "M"
>30 C$ = "B"
>l\0 D$ = »C"
>50 E$ = "-SERIES"
>60 PRINT A$+B$+C$+D$+E$
>RUN
SANYO MBC-SERIES
3-32

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents