No returns in my text file

Mark Schonewille m.schonewille at economy-x-talk.com
Mon Oct 5 13:02:40 EDT 2009


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 Software Engineering
http://economy-x-talk.com

Submit your software at http://www.quickestpublisher.com

On 5 okt 2009, at 18:29, 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 :
>
> put URL "genuine file name on my on-rev server" into GVPassTable
>
> Instead of a list of passwords (line by line) in my GVPassTable,
> I find that the file contains a single line, with no line separation.
>
> Is there something I haven't understood ? Where did the returns go  
> to ?
>
> -Francis




More information about the use-livecode mailing list