• ABL:

    /* CustomerOrder.p */
    
    FUNCTION GetTotalOrdersByNumber RETURNS INTEGER
       (Threshold AS DECIMAL) : 
  • VB.NET CustomerOrderObj (ProcObject) method:

    Public Function GetTotalOrdersByNumber
                       (ByVal Threshold As Decimal) As  Integer