a1200   NEWS   APPS   DOCS   ABOUT
a1200
----
a1200
----
Autodocs
 Libraries:
 rexxsyslib.library
  ClearRexxMsg
  CreateArgstring
  CreateRexxMsg
  DeleteArgstring
  DeleteRexxMsg
  FillRexxMsg
  IsRexxMsg
  LengthArgstring
  LockRexxBase
  UnlockRexxBase
Include
GuruMeditation
Docs » Autodocs » rexxsyslib.library » ClearRexxMsg

NAME

	ClearRexxMsg - Releases and clears the argument array in a RexxMsg

SYNOPSIS

	ClearRexxMsg(msgptr, count)
A0 D0
VOID ClearRexxMsg(struct RexxMsg *,ULONG);

FUNCTION

	This function will DeleteArgstring() one or more argstrings from
the RexxMsg and clear the slot. The count is used to select the
number of slots to clear.

INPUTS

	msgptr - A pointer to a RexxMsg
count - The number of slots to be cleared. The number can be from
1 to 16. (There are 16 slots)

RESULT

	All of the slots in the given count will be cleared and the argstring
will have been released.

SEE ALSO

FillRexxMsg(), DeleteRexxMsg(), DeleteArgstring(), CreateArgstring()

BUGS

Comments

Name:
E-mail: Use this if you want a message if you get a response, will not be shown.
Comment:
Select correct short for:

Scoopex

SCX
RZR
TBL
FLT

Comments:

$VER: d0.se 1.14 Copyright © 2011-2024 Tobias Geijersson support at d0 dot se