GetStringLength
Description
Returns the length of a string in bytes without the
terminator.
Syntax
|
1 |
GetStringLength (pbstring string) |
|
Argument |
Description |
|---|---|
|
string |
The pbstring whose length is to be |
Return value
pblong.
Examples
These statements set the value of a pblong variable to the length
of a string:
|
1 2 3 |
pblong long_val; pbstring str_val; long_val = session-> GetStringLength( str_val ); |
See also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest