home *** CD-ROM | disk | FTP | other *** search
- TELN(Lst); {Blank line}
- WRITELN(Lst,G_Cont(5)); {the street}
- WRITELN(Lst,Capital(G_Cont(6))); {the city}
- WRITELN(Lst,Charstring('=',LENGTH(G_Cont(6)))); {underline the city}
- WRITELN(Lst);
- WRITELN(Lst); {Two blank lines}
- END; {for loop}
- END; {procedure print_labels}
-
-
-
- BEGIN; {of main}
- Select_Format_File('Sample2'); {initializes SCL and loads the format
- {file 'Sample2'}
- Scl_Defaults; {an example how to change SCL defaults}
- REPEAT {stay in loop until 'Abort' is pressed}
- Get_Data; {display format and obtain data}
- IF NOT Format_Aborted THEN {if format has been filled in completely}
- Print_Labels; {then print the desired labels}
- UNTIL Format_Aborted; {If 'F10' key was pressed then}
- Close_Formats; {terminate SCL}
- END. {of main}
- ÷÷÷ äüüüüüüéééééé