_ALIGNMENT System Variable

Included for backward compatibility. Use the Report Designer instead.

This system variable is undocumented in the original VFP9 help file,
but the following documentation was found in the FoxPro for Windows 2.6 help, and may still be valid:

Aligns text between margins.

_ALIGNMENT = expC

Parameters

expC must evaluate to one of the following:

  • LEFT  Produces left-justified output (default).


  • CENTER Produces centered output.


  • RIGHT Produces right-justified output.


  • _ALIGNMENT is active only when _WRAP is set to true (.T.).

    Expand imageRemarks

    Expand imageSee Also


    © , 1996-2020 • Updated: 11/10/20
    Comment or report problem with topic