Home  /  Autodocs  /  rexxsyslib.library

NAME

DeleteArgstring
Releases an Argstring created by CreateArgstring()

SYNOPSIS

DeleteArgstring(argstring)
A0

VOID DeleteArgstring(UBYTE *)

FUNCTION

Releases an argstring. The argstring must have been created by ARexx

INPUTS

argstring
A pointer to the string buffer of an argstring.

SEE ALSO

CreateArgstring(), ClearRexxMsg(), FillRexxMsg()

BUGS