Network example error

rls456

Member
Licensed User
Longtime User
When i transfer a txt file using the network example from pc to android the first letter in the txt appears to be chinese. Also if i try to change
FileOpen(c1,OpenDialog1.File, cRandom ) to FileOpen(c1,OpenDialog1.File, cRandom ,, cASCII) i get syntax error.
Thanks
 

rls456

Member
Licensed User
Longtime User
Network example

This is a android and ppc question. My problem occurs between ppc on desktop and android tablet. ppc to ppc works fine.
ppc to android does not work fine as for the chinese letter in the transfered file.
Thanks
 
Upvote 0
Top