B - Petewg/harbour-core GitHub Wiki

Back to Home

  • Bin2I( <cSignedInt> ) nNumber
    Converts a two byte binary number (Valtype()=="C") to a numeric value (Valtype()=="N"). The parameter <cSignedInt> is usually the return value of function I2Bin().

  • Bin2L( <c32bitSignedLongInteger> ) nNumber
    Converts a four byte binary number (Valtype()=="C") to a numeric value (Valtype()=="N"). The parameter <c32bitSignedLongInteger> is usually the return value of function L2Bin().

  • Bin2U( <c32bitUnsignedLongInteger> ) nNumber
    Converts a four byte binary number (Valtype()=="C") to a numeric value (Valtype()=="N"). The parameter <c32bitUnsignedLongInteger> is usually the return value of function U2Bin().

  • Bin2W( <cUnsignedInt> ) nNumber
    Converts a two byte binary number (Valtype()=="C") to a numeric value (Valtype()=="N"). The parameter <cUnsignedInt> is usually the return value of function W2Bin().

  • Bof() lBoundary
    Returns (.T.) after an attempt to SKIP backward beyond the first logical record in a database file; otherwise, it returns (.F.). If there is no database open returns (.F.). If the current database file is empty returns true (.T.).

  • BoM( [<dDate>] ) dDateBeginOfMonth
    Returns begin date Of Month, (e.g: 01/MM/YY)

  • BoY( [<dDate>] ) dDateBeginOfYear
    Returns the first date of a given year date.

  • Break( <cExpr> ) NIL
    Branch out of a BEGIN SEQUENCE...END construct. <exp> is the value passed to the RECOVER clause, if any, and is NOT optional. if there is no break value must explicitly specified NIL.

  • Browse( [<nTop>], [<nLeft>], [<nBottom>], [<nRight>] ) lSuccess
    Compatibility function, use DBEDIT() or TBROWSE() instead.

Back to Home

⚠️ **GitHub.com Fallback** ⚠️