VDS Renaissance のインターフェースは複数の言語に対応しています。公式ドキュメントは、単一で一貫した常に最新のリファレンスを保証するため、英語で管理されています。

@RETCODE

Windows Linux macOS

Syntax

@RETCODE()

Description

This function returns the exit code (e.g. DOS errorlevel) of the last program executed using a RUN or SHELL command with a WAIT parameter.

OK

Unchanged.

Example

RUN PKZIP.EXE
info Return code was @retcode()

See also