Zoomed Image

AMSX Scripting Language - Command : ApplySurroundText

Summary

Wrap the result buffer with prefix and suffix text

Description

Prepends and appends literal text to the current result buffer. Useful for wrapping a result in delimiters, HTML tags, or any enclosing text.

Parameters

ParameterDescription
cmdText to prepend (prefix)
Argument 0Text to append (suffix)

Syntax


ApplySurroundText "Text to prepend (prefix)", "Text to append (suffix)"

Return to the AMSX Command Reference