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

Saving variables to file via select, flag=save produces empty file #696

Closed
JoschD opened this issue Nov 15, 2018 · 1 comment
Closed

Saving variables to file via select, flag=save produces empty file #696

JoschD opened this issue Nov 15, 2018 · 1 comment

Comments

@JoschD
Copy link
Contributor

JoschD commented Nov 15, 2018

As stated in the user's guide under 4.11 it should be possible to save variables to an output file via:

abc = 10;
SELECT, FLAG=SAVE, CLASS=variable, PATTERN="abc.*";
SAVE, FILE=mysave;

running the code above results in an empty "mysave" file, though.
(Tested in Version 5.04.02 64bit Linux)

@tpersson
Copy link
Contributor

tpersson commented Nov 15, 2018 via email

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

2 participants