VDS Renaissance 的界面提供多种语言。官方文档以英语维护,以确保提供统一、一致且始终最新的参考。

@ADJUST

Windows Linux macOS

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.

See also