Hi Erel,
I guess I did not quite tell.
Until now I load 380 text files in with this code (at the end perhaps 600)
Reader.Initialize (File.OpenInput (File.DirAssets, main.textpage & ". Txt"))
These are so well in the APK file I don't send them separately
Can I still use "load the file and then use with File.ReadString String.IndexOf" and/or Regex?