Question
External Data: An Easier Way?
I'm trying to create a map with a number of spots for people
to click to get more information about those locations. The file
vtest.txt works and the code, as it is at least for two spots now,
also works. But would I have to create a new function for each
button instance and variable from the text document? It seems like
there should be a more efficient method of handling this, but I'm
not sure what? I have to say that I just started learning this from
scratch a couple of days ago, so any help is appreciated.