simPushTextOntoStack

Pushes a text string onto the stack. The string will then be located at the top of the stack

C++ synopsis

int simPushTextOntoStack(int stackHandle, const char* value)

Arguments

  • stackHandle: stack handle obtained with simCreateStack.
  • value: a text string

Return

  • -1 in case of an error.


See also: