/ Published in: R
Expand |
Embed | Plain Text
save-block-as-lines: func [where block /skip size /local data] [ data: copy "" size: any [size 1] forskip block size [ append data join mold/only copy/part block size newline ] write where data ]
You need to login to post a comment.
