Problem getting text file from server to iPhone...

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Dixie
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 1336
Joined: Sun Jul 12, 2009 10:53 am

Problem getting text file from server to iPhone...

Post by Dixie » Tue Jul 21, 2015 12:41 pm

on the desktop this works, no problem... the text is placed in fld 1

Code: Select all

on mouseUp
   put "001.French|The_simple_words.txt" into thefilename
   put "http://www.xxxxxx.on-rev.com/xxxx/public_html/dixon/" & thefilename into theURL
   put URL theURL into temp
  put temp into fld 1
end mouseUp
How do I do the same in iOS... ? as the above won't work ...:-(

Dixie
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 1336
Joined: Sun Jul 12, 2009 10:53 am

Re: Problem getting text file from server to iPhone...

Post by Dixie » Tue Jul 21, 2015 4:57 pm

Sorted... :-)

Post Reply