RebuildInterpTxtIndex
Rebuild the interpretation files index
For best performance, Proastro uses an index file to find the text of a paragraph in the interpretation file.
If you modify your interpretation file and test a tcl script that accesses this file, the index is no longer up to date,
you will output corrupted (mostly truncated) text.
By restarting Proastro, the problem is solved, because Proastro regenerates the indexes on each start.
If you want to test your script without relaunching Proastro, you must use the RebuildInterpTxtIndex function in your script.
Once your modifications are made, it is advisable to comment out RebuildInterpTxtIndex,
it is not necessary to rebuild the indexes each time a tcl script is run.
USAGE
RebuildInterpTxtIndex
PARAMETERS
None
OPTIONS
None
RETURN
None