Declaration of variables of type string is described in simpledeclaration(1rwl)
Constants of type string are described in expression(1rwl).
Declare a string variable with specified maximum length (in bytes) and assign a constant string to it.
string(42) fortytwo; fortytwo := "zweiundvierzig";
Copyright
© 2023 Oracle Corporation
Licensed under the Universal Permissive License v 1.0 as
shown at https://oss.oracle.com/licenses/upl
expression(1rwl), simpledeclaration(1rwl)