Previous Topic

Next Topic

Book Contents

Book Index

%%$LENGTH

The %%$LENGTH function returns the length of a character string.

The format of the %%$LENGTH function is

%%$LENGTH char_string

where char_string is, or resolves to, any character string.

Example

//* %%SET %%A=%%$LENGTH A123

%%A is assigned a value of 4.

Parent Topic

Functions