
This VB Class allows you to quickly and easily read/write files, line by line, word by word.
Inputs
Assumes
This is one of the base classes I have made for several games I am working on, all of which require scripting.
The screenshot shows how to make a basic parser (executes objects in another class by using CallByName() ).
I forgot to implement a "SetWord(lngLineNumber, intWordNumber)" function. I will update the code soon.
Returns