Friday, May 11, 2007 Tip of the Day #3: Displaying Longer Column/Table Names in Turbo V-8
Supported Versions: . R:BASE Turbo V-8 for Windows (Build: 8.0.15.30504 or higher) Using R:BASE Turbo V-8 for Windows, if you have a table or column name that is more than the traditional 18 characters wide, and if you wish to display a list of TABLES or COLUMNS, use the NAMEWIDTH setting. The default setting for this exclusive NAMEWIDTH option in R:BASE Turbo V-8 is set to 18. However, you can change the name width to display table or columns names that are more than 18 characters to list them accordingly. Syntax: SET NAMEWIDTH nnn Example: SET WIDTH 120 SET NAMEWIDTH 40 SET LINES 0 LIST COLUMNS Very Best R:egards, Razzak.

