NewString
Description
Creates a new string.
Syntax
|
1 |
NewString(LPCTSTR) |
Return value
pbstring.
Examples
|
1 2 3 4 5 6 7 8 |
pbclass cls; cls = session->GetSystemFunctionsClass(); if( cls == NULL ) { ret_val = session->NewString("null"); return ret_val; } |
Usage
The returned string is destroyed when PopLocalFrame is
called.
See also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest