vbscript - Importing to Notepad -


i have problem exporting texts notepad. used adwriteline denote each files when file has text new line or "¶", code went wrong. problem @ computer, new line imported invisibly notepad (not mention exported invisible new line imported) when tried on other pc, new line visible. thus, producing error.

thanks , regards.

edit:

the error occurs when exported text has new line in sentence

export:

adostreamexport.writetext filepath &"' '" & child.height & "' '" & child.width, adwriteline 

import:

filein = split(replace(adostreamimport.readtext, vbcrlf, "' '"), "' '")  scantext filein(indexcount), filein(indexcount + 2), filein(indexcount + 3)  case "text" setvalue value, value2, value3 


Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -