string

DESCRIPTION
EXAMPLES
COPYRIGHT
SEE ALSO

DESCRIPTION

Declaration of variables of type string is described in simpledeclaration(1rwl)

Constants of type string are described in expression(1rwl).

EXAMPLES

Declare a string variable with specified maximum length (in bytes) and assign a constant string to it.

string(42) fortytwo;

fortytwo := "zweiundvierzig";

COPYRIGHT

Copyright © 2023 Oracle Corporation
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl

SEE ALSO

expression(1rwl), simpledeclaration(1rwl)