Previous Topic Next topic Print topic


SOURCETABSTOP

Sets the number of space characters by which to expand tab characters in the source code when it is parsed by the checker.

Syntax:

>>-.---.--SOURCETABSTOP--"number"------><
   +-/-+

Parameters:

number A number between 1-255

Properties:

Default: SOURCETABSTOP"4" (IDE default) or SOURCETABSTOP"8" (command line default)
Phase: Syntax check
$SET: Initial

Visual Studio inserts tab characters when the tab key is pressed.

Previous Topic Next topic Print topic