company logo

FileHandle :: IndentSize - Change indent size

The indent size might be changed to number of spaces as passed in count. In order to indent a line, the indent size is multiplied by the indent level (number of Indent() calls).

Return value:  Success ( logical  )

Implementation details

logical FileHandle  :: IndentSize ( int32 count )
  • count - Number of items

    The value contains the number of items (characters, entries, instances etc.).