La interfaz de VDS Renaissance está disponible en varios idiomas. La documentación oficial se mantiene en inglés para garantizar una referencia única, coherente y siempre actualizada.
@ADJUST
Syntax
@ADJUST(<varname>)
Description
This function returns a string containing the contents of variable <varname> adjusted so that any extraneous characters are removed.
This function will only be needed when <varname> is a local variable that has been passed to a window message function or library function using the @ADDR function, which returns a string in a fixed-length buffer that is longer than the string itself. If the @ADJUST function is not used in this situation, unexpected results may occur when performing comparisons on the contents of <varname> or concatenating it with other text.
OK
Unchanged.