Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. Red []
  2.  
  3. convert-codepage: function [
  4. data
  5. ] [
  6. rule: copy []
  7. output: copy []
  8. data: skip data 17
  9. foreach value data [
  10. value: split value tab
  11. repend rule [
  12. 'set 'value to-binary load back insert skip l/1 2 #"#"
  13. to paren! compose [append output ]
  14. ]
  15. ]
  16. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement