Posté le 13 septembre 2022 - 11:50 |
Using Windev Mobile 27 in an Android app:
nFid is int = fOpen(gsPath+"textfile.txt",foAnsi+foRead) fSeek(nFid,0,fpBeginning) s is ANSI string = fRead(nFid,100)
s = "..." all hex 1A characters
But in simulator mode the correct text is returned. Is this a flaw in Windev or my Android SDK or what? |
| |
| |
|