Hi Richard,
MacToIso: yes
replace cr with crlf: no
--
Best regards,
Mark Schonewille
Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553
Use Color Converter to convert CMYK, RGB, RAL, XYZ, H.Lab and ot
On Sun, Aug 25, 2013 at 3:35 PM, Mark Schonewille
wrote:
>
> I don't know how you are uploading the data to the remote server,
Firefox (or any other web browser, I suppose, at least the ones they
didn't screw up (did I mention that ecf is an abomination?)
> but
> probably you don't need to use "
Hi Richard,
I don't know how you are uploading the data to the remote server, but
probably you don't need to use "binfile". Just use macToIso to convert
the data, replace cr with crlf and upload your data.
--
Best regards,
Mark Schonewille
Economy-x-Talk Consulting and Software Engineering
On Sun, Aug 25, 2013 at 1:55 PM, Mark Schonewille
wrote:
> When not on Mac OS X, you need to replace linefeed with crlf, convert text
> to ISO and write the file as binfile, e.g.
>
> put fld 1 into myVar
> put macToIso(myVar) into myVar
> replace lf with crlf in myVar
> put myVar into url "binfile
Richard,
When not on Mac OS X, you need to replace linefeed with crlf, convert
text to ISO and write the file as binfile, e.g.
put fld 1 into myVar
put macToIso(myVar) into myVar
replace lf with crlf in myVar
put myVar into url "binfile:~/desktop/file.txt"
--
Best regards,
Mark Schonewille
Apparently, the ECF filing system used by federal courts expects the
whole world to be in dos format.
When I write a file from livecode on OSX, and then upload that file,
ECF fails to recognize that there is more than one line (but when I
dump from openoffice, I'm fine).
I need to override the be