03-11-2010, 07:25 PM
Don't know what is "pull them apart" in English.
If getfile error, close Word.
If don't know how to search because it is binary etc, get from where text begins and convert UTF-16 to UTF-8.
Macro Macro1195
Or use Word type library functions, if possible.
If getfile error, close Word.
If don't know how to search because it is binary etc, get from where text begins and convert UTF-16 to UTF-8.
Macro Macro1195
out
str s.getfile("C:\Users\G\Documents\Notes.doc" 3000)
;s.findreplace("" " " 32)
s.ansi
out sOr use Word type library functions, if possible.
