


    NAME
	ExpandArgs

    SYNOPSIS
	ExpandArgs -  expand wildcards  - Requires v37

    INPUTS
	"/A/M"

    DESCRIPTION

	Does wildcard expansion of all arguments,
	that contain wildcards and passing of all
	other arguments.

    RESULT
	-/-
    

	
	    

    NOTES
	* CLI - only

	* should compile with SAS-C
	

    BUGS

	ExpandArgs breaks on the first error
    

    EXAMPLES

	> ExpandArgs c:f#? xyz
	c:Filenote
	xyz
    

    HISTORY

	12-02-95 b_noll created
	20-02-95 b_noll restructured source
	21-02-95 b_noll added version/format-prefix/offset
	20-03-95 b_noll added args diagnostics
	19-08-95 b_noll created .data file
	30-08-95 b_noll 1.3 added breakcheck
    

    AUTHOR
	Bernd Noll, Brunnenstrasse 55, D-67661 Kaiserslautern
	noll@student.uni-kl.de

