TextFile :: indentSize - Indent size
The indent size contains the number of spaces to be inserted on each indent level after writing a line break ( lineBreak ).
Return value:  Number of items ( int32  )
The value contains the number of items to be processed or stored in a collection.
Implementation overview
- Get indent size
TextFile :: indentSize (  ) - Change indent size
TextFile :: indentSize ( iCount ) 
Implementation details
- to list
 - 
Change indent size
int32 TextFile  :: indentSize ( int32 iCount )
The function changes the indent size to the value passed in iCount . The function is supported for formatted text processing, only. Any other kind of text processing will cause an exception.
- iCount
 - Number of items
The value contains the number of items to be processed or stored in a collection.
 
to list
 - iCount
 - Number of items
 

