No returns in my text file

2009-10-05 Thread Francis Nugent Dixon
Hi from Paris, I create a password file, I put a list of passwords, one password per line (with returns). I call it "genuine file name on my on-rev server" Running my first irev (on-rev) routine, I execute the command : put URL "genuine file name on my on-rev server" into GVPassTable Instead

Re: No returns in my text file

2009-10-05 Thread Mark Schonewille
Hi Francis, Windows and Unix use different line endings. Probably, you need to do one of the following: replace cr with crlf in GVPassTable replace numToChar(13) with cr in GVPassTable or a variant of one of these lines. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Soft

Re: No returns in my text file

2009-10-05 Thread Sarah Reichelt
On Tue, Oct 6, 2009 at 2:29 AM, Francis Nugent Dixon wrote: > Hi from Paris, > > I create a password file, I put a list of passwords, one password per > line (with returns). I call it  "genuine file name on my on-rev server" > > Running my first irev (on-rev) routine, I execute the command : > > p