I could not work to change the article by clicking forward and back. It's only going once. how can I do it.
next button
back button
next button
B4X:
For i = 1 To 3 step 1
Label1.Text=File.ReadString(File.DirAssets, i & ".text")
next
back button
B4X:
For i = 3 To 1 step -1
Label1.Text=File.ReadString(File.DirAssets, i & ".text")
next