I'm writing a VBScript to search for patterns in MS documents Visual Basic modules and return the results per file to the GUI of FLP, and hopefully in a way where the following will be shown separatly in columns (as I've collected this info doing the search):
- Project
- Name
- Components
- Name
- Lines
- Modules
- Name
- Found Text
- Start Line
- End Line
- Start Column
- End Column
Basically I'd like above to be returned to FLP as one row of columns per found pattern - is that doable - to return rows of columns to FLP, or maybe return an array, and if so, could someone maybe show a simple script returning a couple of rows of columns?
Many thanks in advance.
/Bjarne