var fDesc=new Array(); fDesc[0] = "RBASE Editor is a stand-alone text editor specifically designed for the creation and editing of RBASE application and command files. Additional options are included to use RBASE Editor for any programming language and text file processing.

Main features:

- Redesigned GUI R:BASE Editor interface
- Built in R:Style 9.5
- Built in Spell Checker 9.5
- Built in Thesaurus 9.5
- Supports the creation and editing of key assignments
- Read and Write R:BASE eXtreme 7.x/Turbo V-8/9.x Encrypted Files
- Built in feature to connect to 6.x/7.x/Turbo V-8/9.x databases to retrieve Data Dictionary (F3)
- Data Dictionary with storage of multiple R:BASE databases."; 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 = ''; } }