MacroReturnNumber Property

Official Content
This documentation is valid for:

Returns the last numeric value with a call to a macro by means of the RunMacro method.

Syntax

&DataType.MacroReturnNumber

Type Returned:
Numeric
 
Where:
DataType
   Is an ExcelDocument or WordDocument type variable name.

Description

This property is read only, it cannot be assigned.

Scope

Extended Data Types: ExcelDocument, WordDocument
Languages: Visual FoxPro

See Also

RunMacro Method
MacroReturnDate Property
MacroReturnText Property
ExcelDocument Data Type
WordDocument Data Type