Loading...
 

CX_TRANSACTION::TotalSlotValue

CX_TRANSACTION::TotalSlotValue

Description:

This class function returns the content of the desired slot, provided it contains a CX_VALUE. Otherwise, NULL is returned.

Code example:
Define(SetListBox) [ "counter" DESCENDING ] SetSort [ "CX_TRANSACTION::uniqueID" COLOR LIGHTRED ] SetFormat [ "CX_TRANSACTION::TotalSlotValue(\"debit\")" COLOR BLACK ] SetFormat [ "CX_TRANSACTION::comment" COLOR LIGHTBLUE ] SetFormat [ "CX_TRANSACTION::date" COLOR CYAN ] SetFormat [ "CX_TRANSACTION::call(User)" COLOR CYAN ] SetFormat [ "CX_TRANSACTION::processed.date" COLOR CYAN ] SetFormat [ "CX_TRANSACTION::counter" COLOR CYAN ] SetFormat ;
Stack
Stack Position Object type Brief description
Stack(In) Top CX_TRANSACTION A transaction
Top 1 STRING Slot name
Stack(Out) Top CX_VALUE Value or NULL
Function call: Call(TotalSlotValue)