version 6.0
WR O STATISTICS (area; characters; paragraphs; objects; hotlinks; modified; pages)
| Parameter | Type | Description | |
| area | Longint | 4D Write area | |
| characters | Longint | Receives character count | |
| paragraphs | Integer | Receives paragraph count | |
| objects | Integer | Receives object count | |
| hotlinks | Integer | Receives hot links count | |
| modified | Integer | Receives modified status | |
| 0=Document not modified | |||
| 1=Document modified | |||
| pages | Integer | Receives number of pages |
Note 6.5: This command was only maintained for compatibility purposes. We recommend using the WR Count command.
Description
The command WR O STATISTICS returns the number of characters, paragraphs, and hot links in area along with 4th Dimension objects. This command also returns the number of pages in area.
After WR O STATISTICS is called, each parameter will contain a value as described in the following table:
See Also