Contents

" Warning: Program parameter X has invalid type"

This warning message is displayed when a parameter declared by your program will not be able to access command-line arguments passed to your program, because the type of the parameter is invalid (i.e. is not a file or string type).

Contents