Page 1 of 1

Distant file. Why I get result different for OS X and iOS ?

Posted: Tue Feb 20, 2018 10:11 am
by jmburnod
Hi All,
I request the content of a file on a server and i obtain differents contents depending on the version OS X version or iOS version. :shock:

Code: Select all

   put line 1 of url "https://www.alternatic.ch/jmb/ecrireenpictos/MiseJourHistoriqueEEP.txt" into tCurVersion
   answer tCurVersion
Version OS X: tCurVersion = « b1.15 17 11 11 »
Version iOS: tCurVersion = « b1.15 17 10 15 »

Both use the same stack (LC 8.1.6, xCode 8.3.3)

Any idea ?
Thanks in advance
Jean-Marc

Re: Distant file. Why I get result different for OS X and iOS ?

Posted: Tue Feb 20, 2018 12:56 pm
by jmburnod
The issue remains but i found a solution.
I use a file for iOS and one for OS X and all works fine