Am using
from
for 11 pages.
Pages 1 thru 10 are saved but page 10 gets saved as a blank page. This happens on two emulators and on a device.
I thought I had it all fixed, but no. Please tell me where the problem was typed. (probably something in the array statement).
Thanks for any pointers.
B4X:
File.WriteString(File.DirRootExternal, vp.currentPage & ".txt", stry(vp.currentPage).Text)
B4X:
Activity.AddMenuItem("Save", "save")
Pages 1 thru 10 are saved but page 10 gets saved as a blank page. This happens on two emulators and on a device.
I thought I had it all fixed, but no. Please tell me where the problem was typed. (probably something in the array statement).
Thanks for any pointers.