The following is an easy example of how to format text using Rpv. Open the notepad and paste this code. After that save the file with rpv
extension and open it with the viewer.
REPORT_TITLE=Example
number one
$col_0=400
$col_1=1500
[HEADER]
{f=arial;s=10;a=l;\n}
{$col_0;b=y} ID# {$col_1} Name {s=7;4000} Page
{pag;\n;\n;b=n;s=7}
[DATA]
{$col_0} 359 {$col_1} David Smith {\n}
{$col_0} 360 {$col_1} Ted Kollor {\n}
{$col_0} 361 {$col_1} Jeff Marx {\n}