Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with the option -N print #5

Open
Mamamouchi opened this issue Sep 25, 2017 · 0 comments
Open

Problem with the option -N print #5

Mamamouchi opened this issue Sep 25, 2017 · 0 comments

Comments

@Mamamouchi
Copy link

If we used this option we've got the following message "export does not exist". I fix the problem by changing the ReadArguments function and change "-E" statement.
else if (parameters[i].ToUpper() == "-E") { OutputFormat = parameters[i + 1]; if (OutputFormat.ToUpper() == "PRINT") { PrintOutput = true; } }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant