Skip to main content
Version: 10.1

pc:tab

note

This article is about the pc:tab Blend directive.

pc:tab

Outputs one or more tab characters.

Syntax

<pc:tab n="*integer*" />

*integer*  ::=  { 1, 2, ... }

The optional n attribute indicates the number of tabs to be output. If you omit it, a single tab is output.

Examples

<pc:tab />
<pc:tab n="3" />