Is there any way to export a codebook to a text file 'on the fly', rather than creating a log file and extracting it from there.
I am editing/creating a dataset that is in flux and it would be nice to periodically create a codebook and send it directly to a text file.
like
codebook _all, compact put to "filename.txt"
Is that possible
Many thanks
Don
I am editing/creating a dataset that is in flux and it would be nice to periodically create a codebook and send it directly to a text file.
like
codebook _all, compact put to "filename.txt"
Is that possible
Many thanks
Don
Comment