// DIE's signature file init("format","Borland TLINK Symbol Table"); function detect(bShowType,bShowVersion,bShowOptions) { if(Binary.compare("FB52")) { sVersion=(Binary.readByte(3)+Binary.readByte(0x2)/100); sOptions="TDS"; bDetected=1; } return result(bShowType,bShowVersion,bShowOptions); }