Constants

string_stocks.inc

Untitled constant

Global

Unless otherwise noted, all string functions which take in a
writable buffer and maximum length should NOT have the null terminator INCLUDED
in the length. This means that this is valid:
copy(string, charsmax(string), ...)

Backwards compatibility stock - use argbreak or argparse.

Deprecated

this function does not work properly.

#pragma deprecated Use argbreak() instead