SetDecimal

PowerBuilder Native Interface

IPB_Session interface:

SetDecimal method

Description

Syntax

SetDecimal(pbdec dec, LPCTSTR dec_str)

Return Values

Examples

pbdec pbdecRet = NULL;
LPTSTR lpDecValueToReturn = NULL;

...
pbdecRet = session -> NewDecimal();
session -> SetDecimal( pbdecRet,
    (LPCTSTR)lpDecValueToReturn);
ci -> returnValue -> SetDecimal(pbdecRet);

Usage

See Also