Fix formatting issues and syntax errors in code
This commit is contained in:
parent
8c58628b85
commit
3353c5184c
6 changed files with 32 additions and 32 deletions
|
|
@ -75,11 +75,11 @@ As the second part we need an interface for the export functions
|
|||
```al
|
||||
interface IDataExport
|
||||
{
|
||||
procedure CheckData(): Boolean;
|
||||
procedure GetLinesToExport(): Boolean;
|
||||
procedure ExportLine();
|
||||
procedure NextLine(): Boolean;
|
||||
procedure Finish();
|
||||
procedure CheckData(): Boolean
|
||||
procedure GetLinesToExport(): Boolean
|
||||
procedure ExportLine()
|
||||
procedure NextLine(): Boolean
|
||||
procedure Finish()
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue