I'm going blind trying to make a variable contain a filename. I Dim 'filename' As String in Sub Process Globals but it keeps pausing on this line...
I'm a card carrying newb groveling for every penny to make a dollars worth of programming.
B4X:
Reader.Initialize(File.OpenInput(File.DirAssets,"filename" & ".txt"))
I'm a card carrying newb groveling for every penny to make a dollars worth of programming.