ArrayStack.PushString Method

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

void PushString(const char[] value)

Parameters

const char[] value

String to push.