ISInterface:GetArgsQuotedNF

From Lavish Software Wiki
Revision as of 02:15, 2 September 2005 by Beefalo (talk | contribs)
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to navigation Jump to search

Syntax

  • char *GetArgsQuotedNF(int BeginInclusive, int EndExclusive, char *argv[], char *buf)

Purpose

Gets the arguments for a function or command

Usage

Parameters

  • int BeginInclusive
[in] Which argument to start with
  • int EndExclusive
[in] Which argument to end before
  • char *argv[]
[in] Array of arguments
  • char *buf
[out] Output

Return Value

  • char
Returns the output buffer

Examples

See Also