|
StockDescription() 
Returns the extended stock item description.
Syntax
StockDescription()
--> cDescription
Arguments
You must be pointing to the stock record for
which you want the extended stock description returned.
Returns
Returns the product description or an empty
character string if the stock table is not available.
Description
Returns the full product description of the stock
item being pointed to by the system. CAPITAL stores the first 40
characters of the production description in the field
Stock->Title. To obtain the full product description, the
function StockDescription() must be called instead.
____________________________
Related Topics
CAPITAL Business
Script
StockGetQuantity()
|