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 » LengthArgstring

NAME

	LengthArgstring - Returns the length value stored in the argstring

SYNOPSIS

	length = LengthArgstring(argstring)
D0 A0
ULONG LengthArgstring(UBYTE *);

FUNCTION

	This function returns the length value stored in the argstring.
This is *NOT* the same as doing a strlen() type call on the
argstring. (Note that argstrings may contain NULLs)

INPUTS

	argstring - A pointer to an argstring that was created by ARexx

RESULT

	length - The length of the argstring.

EXAMPLE

SEE ALSO

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:

Sanity

PHA
RBS
SNT
CSL

Comments:

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