native

PushStackString

Syntax

native PushStackString(Stack:handle, const value[]);

Description

Pushes a string onto the end of a stack, truncating it if it is too long.

Parameters

handle Stack handle
value String to push

Return

This function has no return value.

Error

If an invalid handle is provided or the resizing
operation runs out of memory, an error will be thrown.