Show/Hide Toolbars

XSharp

Purpose

Declare a block of text that can be assigned to a variable or send to an output device.

There are several different variations of the TEXT Statement:

Core TEXT Command

Non-Code TEXT Command

FoxPro TEXT Command

 

The different variations of the TEXT commands are implemented as User Defined commands in XSharpDefs.xh or one of the other header files.

All of these commands map to the preprocessor directives #text and #endtext where the actual work is done.