Previous: 3.2.17. $OPTREG: Register Optimization Switch To the Table of Contents Next: 3.2.19. $Q: Overflow Checking Switch
3.2.17. $OPTREG: Register Optimization Switch Table of Contents 3.2.19. $Q: Overflow Checking Switch

- 3.2.18. -
Table of Contents
3. Compiler Directives
3.2. Switch and Parameter Directives
3.2.18. $P: Open String Parameters Switch


3.2.18. $P: Open String Parameters Switch


Targets: MS-DOS, OS/2, Win32


Compiler directives

Controls the meaning of variable parameters declared using the string keyword.

Syntax:
  {$P+} or {$P-}
Default:
  {$P+}
Remarks:
If {$P-} defined, variable parameters declared using the string keyword are normal variable parameters.

If {$P+} defined, variable parameters declared using the string keyword are open string parameters.


Previous: 3.2.17. $OPTREG: Register Optimization Switch To the Table of Contents Next: 3.2.19. $Q: Overflow Checking Switch
3.2.17. $OPTREG: Register Optimization Switch Table of Contents 3.2.19. $Q: Overflow Checking Switch

- 3.2.18. -