Simple enough to create a text file from the fig display if you are using TWX Proxy. The following would create a figlist.txt file in your TWX directory:
Code:
delete figlist.txt
send "g"
waitOn "Deployed Fighter Scan"
setTextLineTrigger personal :getDeployed "Personal "
setTextLineTrigger corp :getDeployed " Corp"
waitOn "Command [TL"
halt
:getDeployed
killTrigger personal
killTrigger corp
getWord CURRENTLINE $figSector 1
write figlist.txt $figSector
setTextLineTrigger personal :getDeployed "Personal "
setTextLineTrigger corp :getDeployed " Corp"
pause
Not sure what you want to explore based on your fig list though. Care to explain a bit more?
+EP+