IPB_Session interface:
NewDecimal method
Description
Allocates resources for a new decimal data object.
Syntax
|
1 |
NewDecimal( ) |
Return Values
pbdec or null on failure.
Examples
|
1 |
if (ci->pArgs->GetAt(i)->IsNull())<br>{<br>   pArguments[i].dec_val=Session-><span>NewDecimal</span>();<br>   Session->SetDecimal(pArguments[i].dec_val,"1.0");<br>}   <br>else<br>   pArguments[i].dec_val = <br>      ci->pArgs->GetAt(i)->GetDecimal(); |
See Also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest