_CLIPTEXT System Variable

Contains the contents of the Clipboard.

_CLIPTEXT = cExpression

Parameters

  • cExpression
    Specifies the character expression to store in the Clipboard.

Remarks

You can place a character expression cExpression on the Clipboard with STORE or the = assignment operator.

Example

These examples will put long pathnames on the clipboard.

_cliptext=_vfp.ServerName

or

_cliptext=getfile()

See Also

Reference

PRIVATE Command
PUBLIC Command
STORE Command
Text Editor and Clipboard Manipulation Routines
= Command
DataToClip Method
System Variables Overview

Other Resources

Language Reference (Visual FoxPro)