Zoomed Image

AMSX Scripting Language - Command : Set

Summary

Set the result buffer to a fixed value or variable

Description

Assigns cmd directly to the result buffer, replacing whatever was there. Use this to set a literal string, a resolved variable value, or to clear the result buffer by passing an empty value.

Parameters

ParameterDescription
cmdValue to place in the result buffer

Syntax


Set "Value to place in the result buffer"

Return to the AMSX Command Reference