Created
January 11, 2016 17:06
-
-
Save hasokeric/3a34019f8c7a9a04ad5a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
OUTPUT TO "C:\quotes.csv" PAGE-SIZE 0. | |
EXPORT DELIMITER ";" | |
"QuoteNum" | |
"ROWID". | |
FOR EACH QuoteHed NO-LOCK: | |
EXPORT DELIMITER ";" | |
string(QuoteHed.QuoteNum) | |
string(ROWID(QuoteHed)). | |
END. | |
OUTPUT CLOSE. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment