I have inherited some FinalBuilder scripts to debug and enhance. There are dozens of variables defined in each script file and it seems like most are the same name/default value. I’d like to compare the variable usage across all the scripts so I figured I would write a simple parser to pull out variable definitions in a FBP8 file and I thought I’d ask if someone else already wrote such a thing.
I’d like to put the variables in a single shared script file, but want to better understand the differences in each script first.
TIA