var fDesc=new Array(); fDesc[0] = "Xbase is a true 32-Bit native code Compiler with Linker, Debugger, Resource-Compiler, FormDesigner, Online-Documentation and a large sample collection showing the basics of the rich Xbase featureset.

Xbase has been designed from scratch to always be Clipper 87 and 5.x source code compatible. Xbase comes with DatabaseEngines to support concurrent usage of DBF/NTX (Clipper), DBF/CDX (Comix) and FPT/CDX (Visual FoxPro) table/database and index/order files."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }