concat strings - concatenate several string inputs

Name

	concat strings - concatenate several string inputs

Summary

	Name		concat strings
	Type		Filter
	Inputs		String 1 -	string REQUIRED
			String 2 -	string OPTIONAL
			String 3 -	string OPTIONAL
			String 4 -	string OPTIONAL
			String 5 -	string OPTIONAL
			String 6 -	string OPTIONAL
	Outputs		Output String -	string
	Parameters	Name		Type	Default
			Format		typein	%s%s

Description

    The "concat strings" module will concatenate two or more strings
    together according to the conversion specification string given.

Inputs

    String 1 -	string REQUIRED
    String 2 -	string OPTIONAL
    String 3 -	string OPTIONAL
    String 4 -	string OPTIONAL
    String 5 -	string OPTIONAL
    String 6 -	string OPTIONAL
	The string inputs that will be concatenated.  The least the first
	string is required as input.

Parameters

    Format (typein) - string
	The Format is a character string that controls the
	concatenation of the string inputs.  The conversion
	specification is the same as for printf.  Please consult an
	introductory C book or the corresponding manual page.  
	The number of "%s" specifications will determine how many
	inputs are processed.  Thus, for each "%s" the corresponding
	input port must contain a valid string.  Arbitrary text is 
	allowed between the "%s" specifications.  

Outputs

    Output String - string
	A string intended to be fed into an string parameter port
	of another module.

Related modules

    Modules which generate string input:
	character string
	float to string
	int to string
    Modules which accept the string output:
	any module with a string parameter
	read field
	write rgb image (any other write...image module)
	concat strings

Author

	Urs Meyer
	Centro Svizzero di Calcolo Scientifico,
	Swiss Scientific Computing Center
	6928 Manno, Switzerland
	umeyer@cscs.ch
DATE
	$Date: 93/05/19 14:32:07 $