Signature
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
No return value
Errors
-
If an invalid handle is provided or the resizing
operation runs out of memory, an error will be thrown.